Home
last modified time | relevance | path

Searched defs:StepModifierLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4819 SourceLocation StepModifierLoc = ConsumeToken(); in ParseOpenMPVarList() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp588 SourceLocation ColonLoc, SourceLocation StepModifierLoc, in Create()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4005 SourceLocation StepModifierLoc; variable
4023 SourceLocation ColonLoc, SourceLocation StepModifierLoc, in OMPLinearClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12387 StepModifierLoc; /// 'step' modifier location for linear clause member
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1917 SourceLocation StepModifierLoc, SourceLocation EndLoc) { in RebuildOMPLinearClause()
H A DSemaOpenMP.cpp20280 SourceLocation StepModifierLoc, SourceLocation EndLoc) { in ActOnOpenMPLinearClause()