Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h396 SourceLocation getSecondColonLoc(unsigned I) const;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp849 Record.AddSourceLocation(E->getSecondColonLoc(I)); in VisitOMPIteratorExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp5061 SourceLocation OMPIteratorExpr::getSecondColonLoc(unsigned I) const { in getSecondColonLoc() function in OMPIteratorExpr
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h11188 Data[I].SecColonLoc = E->getSecondColonLoc(I); in TransformOMPIteratorExpr()