Home
last modified time | relevance | path

Searched refs:getColonLocFirst (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h118 SourceLocation getColonLocFirst() const { return ColonLocFirst; } in getColonLocFirst() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1511 if (Node->getColonLocFirst().isValid()) { in VisitOMPArraySectionExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6677 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
6692 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()
6702 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
6783 if (OASE->getColonLocFirst().isInvalid()) in isFinalArraySectionExpression()
7608 if (!OASE->getColonLocFirst().isValid() && in generateInfoForComponentList()
H A DCGExpr.cpp4381 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitOMPArraySectionExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp890 Record.AddSourceLocation(E->getColonLocFirst()); in VisitOMPArraySectionExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp19335 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
19361 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
21250 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()
21307 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()
H A DTreeTransform.h11341 E->getColonLocFirst(), E->getColonLocSecond(), Length.get(), Stride.get(), in TransformOMPArraySectionExpr()