Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprOpenMP.h118 SourceLocation getColonLocFirst() const { return ColonLocFirst; } in getColonLocFirst() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp1497 if (Node->getColonLocFirst().isValid()) { in VisitOMPArraySectionExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7008 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
7023 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()
7033 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
7114 if (OASE->getColonLocFirst().isInvalid()) in isFinalArraySectionExpression()
7872 if (!OASE->getColonLocFirst().isValid() && in generateInfoForComponentList()
H A DCGExpr.cpp3997 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitOMPArraySectionExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterStmt.cpp815 Record.AddSourceLocation(E->getColonLocFirst()); in VisitOMPArraySectionExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp18996 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
19022 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
20835 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()
20892 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()
H A DTreeTransform.h11124 E->getColonLocFirst(), E->getColonLocSecond(), Length.get(), Stride.get(), in TransformOMPArraySectionExpr()