Home
last modified time | relevance | path

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

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