Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h1112 StepModifierLoc; /// 'step' modifier location for linear clause member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4764 SourceLocation StepModifierLoc = ConsumeToken(); in ParseOpenMPVarList() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp588 SourceLocation ColonLoc, SourceLocation StepModifierLoc, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4045 SourceLocation StepModifierLoc; variable
4063 SourceLocation ColonLoc, SourceLocation StepModifierLoc, in OMPLinearClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1941 SourceLocation StepModifierLoc, SourceLocation EndLoc) { in RebuildOMPLinearClause()
H A DSemaOpenMP.cpp19085 SourceLocation StepModifierLoc, SourceLocation EndLoc) { in ActOnOpenMPLinearClause()