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.h1163 StepModifierLoc; /// 'step' modifier location for linear clause member
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp4824 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.h4599 SourceLocation StepModifierLoc; variable
4617 SourceLocation ColonLoc, SourceLocation StepModifierLoc, in OMPLinearClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h1960 SourceLocation StepModifierLoc, SourceLocation EndLoc) { in RebuildOMPLinearClause()
H A DSemaOpenMP.cpp19746 SourceLocation StepModifierLoc, SourceLocation EndLoc) { in ActOnOpenMPLinearClause()