Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2154 if (Node->getModifierLoc().isValid()) in VisitOMPReductionClause()
2225 if (Node->getModifierLoc().isValid() || Node->getStep() != nullptr) { in VisitOMPLinearClause()
2228 if (Node->getModifierLoc().isValid()) { in VisitOMPLinearClause()
2232 if (Node->getModifierLoc().isValid()) { in VisitOMPLinearClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3387 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
4143 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
5102 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
6386 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
6518 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6770 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPReductionClause()
6840 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPLinearClause()
6928 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPDeviceClause()
6999 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPGrainsizeClause()
7007 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPNumTasksClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10216 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc(), in TransformOMPReductionClause()
10326 C->getModifierLoc(), C->getColonLoc(), C->getStepModifierLoc(), in TransformOMPLinearClause()
10435 C->getModifierLoc(), C->getEndLoc()); in TransformOMPDeviceClause()
10575 C->getModifierLoc(), C->getEndLoc()); in TransformOMPGrainsizeClause()
10586 C->getModifierLoc(), C->getEndLoc()); in TransformOMPNumTasksClause()
H A DSemaOpenMP.cpp2813 InscanLoc = RC->getModifierLoc(); in checkReductionClauses()
2826 S.Diag(RC->getModifierLoc(), in checkReductionClauses()
2839 : RC->getModifierLoc(), in checkReductionClauses()