Searched refs:LinLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 803 SourceLocation LinLoc); 1249 SourceLocation LinLoc, SourceLocation ColonLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 19689 SourceLocation LinLoc) { in CheckOpenMPLinearModifier() argument 19692 Diag(LinLoc, diag::err_omp_wrong_linear_modifier) in CheckOpenMPLinearModifier() 19745 SourceLocation LinLoc, SourceLocation ColonLoc, in ActOnOpenMPLinearClause() argument 19755 if (LinLoc.isValid() && StepModifierLoc.isInvalid() && Step && in ActOnOpenMPLinearClause() 19758 if (CheckOpenMPLinearModifier(LinKind, LinLoc)) in ActOnOpenMPLinearClause() 19880 LinLoc, ColonLoc, StepModifierLoc, EndLoc, in ActOnOpenMPLinearClause()
|