Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprOpenMP.h118 SourceLocation getColonLocFirst() const { return ColonLocFirst; } in getColonLocFirst() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1337 if (Node->getColonLocFirst().isValid()) { in VisitOMPArraySectionExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7482 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
7497 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()
7507 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
7588 if (OASE->getColonLocFirst().isInvalid()) in isFinalArraySectionExpression()
8338 if (!OASE->getColonLocFirst().isValid() && in generateInfoForComponentList()
H A DCGExpr.cpp3931 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitOMPArraySectionExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp819 Record.AddSourceLocation(E->getColonLocFirst()); in VisitOMPArraySectionExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16642 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
16668 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
18469 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()
18526 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()
H A DTreeTransform.h10695 E->getColonLocFirst(), E->getColonLocSecond(), Length.get(), Stride.get(), in TransformOMPArraySectionExpr()