Home
last modified time | relevance | path

Searched refs:getSecondColonLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h396 SourceLocation getSecondColonLoc(unsigned I) const;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp851 Record.AddSourceLocation(E->getSecondColonLoc(I)); in VisitOMPIteratorExpr()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4972 SourceLocation OMPIteratorExpr::getSecondColonLoc(unsigned I) const { in getSecondColonLoc() function in OMPIteratorExpr
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h11022 Data[I].SecColonLoc = E->getSecondColonLoc(I); in TransformOMPIteratorExpr()