================
@@ -590,6 +590,8 @@ class ClauseProcessor {
   bool processSectionsReduction(mlir::Location currentLocation) const;
   bool processTo(llvm::SmallVectorImpl<DeclareTargetCapturePair> &result) 
const;
   bool
+  processEnter(llvm::SmallVectorImpl<DeclareTargetCapturePair> &result) const;
----------------
skatrak wrote:

Nit: It would be good to keep the alphabetic order of declarations here and 
definitions below, so I'd add this between `processDeviceType` and 
`processFinal`.

https://github.com/llvm/llvm-project/pull/72770
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to