Searched refs:LinLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 778 SourceLocation LinLoc); 1180 SourceLocation LinLoc, SourceLocation ColonLoc,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 19028 SourceLocation LinLoc) { in CheckOpenMPLinearModifier() argument 19031 Diag(LinLoc, diag::err_omp_wrong_linear_modifier) in CheckOpenMPLinearModifier() 19084 SourceLocation LinLoc, SourceLocation ColonLoc, in ActOnOpenMPLinearClause() argument 19094 if (LinLoc.isValid() && StepModifierLoc.isInvalid() && Step && in ActOnOpenMPLinearClause() 19097 if (CheckOpenMPLinearModifier(LinKind, LinLoc)) in ActOnOpenMPLinearClause() 19218 LinLoc, ColonLoc, StepModifierLoc, EndLoc, in ActOnOpenMPLinearClause()
|