Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h272 SourceLocation getSecondColonLoc(unsigned I) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp927 Record.AddSourceLocation(E->getSecondColonLoc(I)); in VisitOMPIteratorExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp5259 SourceLocation OMPIteratorExpr::getSecondColonLoc(unsigned I) const { in getSecondColonLoc() function in OMPIteratorExpr
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12257 Data[I].SecColonLoc = E->getSecondColonLoc(I); in TransformOMPIteratorExpr()