Home
last modified time | relevance | path

Searched refs:getModifierLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2156 if (Node->getModifierLoc().isValid()) in VisitOMPReductionClause()
2227 if (Node->getModifierLoc().isValid() || Node->getStep() != nullptr) { in VisitOMPLinearClause()
2230 if (Node->getModifierLoc().isValid()) { in VisitOMPLinearClause()
2234 if (Node->getModifierLoc().isValid()) { in VisitOMPLinearClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3427 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
4183 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
5142 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
6426 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
6558 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7351 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPReductionClause()
7421 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPLinearClause()
7509 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPDeviceClause()
7580 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPGrainsizeClause()
7588 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPNumTasksClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10550 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc(), in TransformOMPReductionClause()
10662 C->getModifierLoc(), C->getColonLoc(), C->getStepModifierLoc(), in TransformOMPLinearClause()
10771 C->getModifierLoc(), C->getEndLoc()); in TransformOMPDeviceClause()
10911 C->getModifierLoc(), C->getEndLoc()); in TransformOMPGrainsizeClause()
10922 C->getModifierLoc(), C->getEndLoc()); in TransformOMPNumTasksClause()
H A DSemaOpenMP.cpp2824 InscanLoc = RC->getModifierLoc(); in checkReductionClauses()
2837 S.Diag(RC->getModifierLoc(), in checkReductionClauses()
2850 : RC->getModifierLoc(), in checkReductionClauses()