Home
last modified time | relevance | path

Searched defs:MotionModifiersLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1202 ArrayRef<SourceLocation> MotionModifiersLoc, in Create()
1252 ArrayRef<SourceLocation> MotionModifiersLoc, in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h6855 SourceLocation MotionModifiersLoc[NumberOfOMPMotionModifiers]; variable
7056 SourceLocation MotionModifiersLoc[NumberOfOMPMotionModifiers]; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2139 ArrayRef<SourceLocation> MotionModifiersLoc, in RebuildOMPToClause()
2155 ArrayRef<SourceLocation> MotionModifiersLoc, in RebuildOMPFromClause()
H A DSemaOpenMP.cpp23536 ArrayRef<SourceLocation> MotionModifiersLoc, in ActOnOpenMPToClause()
23573 ArrayRef<SourceLocation> MotionModifiersLoc, in ActOnOpenMPFromClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12382 SmallVector<SourceLocation, NumberOfOMPMotionModifiers> MotionModifiersLoc; member