Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExprOpenMP.h121 SourceLocation getColonLocSecond() const { return ColonLocSecond; } in getColonLocSecond() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtPrinter.cpp1342 if (Node->getColonLocSecond().isValid()) { in VisitOMPArraySectionExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp820 Record.AddSourceLocation(E->getColonLocSecond()); in VisitOMPArraySectionExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h10695 E->getColonLocFirst(), E->getColonLocSecond(), Length.get(), Stride.get(), in TransformOMPArraySectionExpr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp8339 !OASE->getColonLocSecond().isValid()) { in generateInfoForComponentList()