Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprOpenMP.h121 SourceLocation getColonLocSecond() const { return ColonLocSecond; } in getColonLocSecond() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtPrinter.cpp1329 if (Node->getColonLocSecond().isValid()) { in VisitOMPArraySectionExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp809 Record.AddSourceLocation(E->getColonLocSecond()); in VisitOMPArraySectionExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h10621 E->getColonLocFirst(), E->getColonLocSecond(), Length.get(), Stride.get(), in TransformOMPArraySectionExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8156 !OASE->getColonLocSecond().isValid()) { in generateInfoForComponentList()