Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1930 if (Node->getModifierLoc().isValid()) in VisitOMPReductionClause()
2000 if (Node->getModifierLoc().isValid()) { in VisitOMPLinearClause()
2005 if (Node->getModifierLoc().isValid()) in VisitOMPLinearClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h3037 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
3786 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
4726 SourceLocation getModifierLoc() const { return ModifierLoc; } in getModifierLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6244 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPReductionClause()
6314 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPLinearClause()
6401 Record.AddSourceLocation(C->getModifierLoc()); in VisitOMPDeviceClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h9594 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc(), in TransformOMPReductionClause()
9704 C->getModifierLoc(), C->getColonLoc(), C->getEndLoc()); in TransformOMPLinearClause()
9812 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()