Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1562 if (Node->isOMPArraySection() && Node->getColonLocSecond().isValid()) { in VisitArraySectionExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp893 Record.AddSourceLocation(E->getColonLocSecond()); in VisitArraySectionExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7014 SourceLocation getColonLocSecond() const { in getColonLocSecond() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7638 !OASE->getColonLocSecond().isValid()) { in generateInfoForComponentList()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12193 E->isOMPArraySection() ? E->getColonLocSecond() : SourceLocation{}, in TransformArraySectionExpr()