Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h121 SourceLocation getColonLocSecond() const { return ColonLocSecond; } in getColonLocSecond() function
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp1355 if (Node->getColonLocSecond().isValid()) { in VisitOMPArraySectionExpr()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp808 Record.AddSourceLocation(E->getColonLocSecond()); in VisitOMPArraySectionExpr()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h10383 E->getColonLocFirst(), E->getColonLocSecond(), Length.get(), Stride.get(), in TransformOMPArraySectionExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp8041 !OASE->getColonLocSecond().isValid()) { in generateInfoForComponentList()