Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1972 if (Node->getModifierLoc().isValid()) in VisitOMPReductionClause()
2042 if (Node->getModifierLoc().isValid()) { in VisitOMPLinearClause()
2047 if (Node->getModifierLoc().isValid()) in VisitOMPLinearClause()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3145 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
3894 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
4834 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6251 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPReductionClause()
6321 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPLinearClause()
6408 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPDeviceClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9650 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc(), in TransformOMPReductionClause()
9760 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc()); in TransformOMPLinearClause()
9868 C->getModifierLoc(), C->getEndLoc()); in TransformOMPDeviceClause()
H A DSemaOpenMP.cpp2552 InscanLoc = RC->getModifierLoc(); in checkReductionClauses()
2565 S.Diag(RC->getModifierLoc(), in checkReductionClauses()
2578 : RC->getModifierLoc(), in checkReductionClauses()