Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DExprOpenMP.h118 SourceLocation getColonLocFirst() const { return ColonLocFirst; } in getColonLocFirst() function
/external/llvm-project/clang/lib/AST/
DStmtPrinter.cpp1350 if (Node->getColonLocFirst().isValid()) { in VisitOMPArraySectionExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp7247 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
7262 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()
7272 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
7354 if (OASE->getColonLocFirst().isInvalid()) in isFinalArraySectionExpression()
8040 if (!OASE->getColonLocFirst().isValid() && in generateInfoForComponentList()
DCGExpr.cpp3921 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitOMPArraySectionExpr()
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp807 Record.AddSourceLocation(E->getColonLocFirst()); in VisitOMPArraySectionExpr()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp14896 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
14922 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
16699 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()
16756 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()
DTreeTransform.h10383 E->getColonLocFirst(), E->getColonLocSecond(), Length.get(), Stride.get(), in TransformOMPArraySectionExpr()