Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprOpenMP.h118 SourceLocation getColonLocFirst() const { return ColonLocFirst; } in getColonLocFirst() function
/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp1487 if (Node->getColonLocFirst().isValid()) { in VisitOMPArraySectionExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7426 if (!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
7441 if (!OAE->getLength() && OAE->getColonLocFirst().isInvalid()) in getExprTypeSize()
7451 assert(!OAE->getLength() && OAE->getColonLocFirst().isValid() && in getExprTypeSize()
7530 if (OASE->getColonLocFirst().isInvalid()) in isFinalArraySectionExpression()
8284 if (!OASE->getColonLocFirst().isValid() && in generateInfoForComponentList()
H A DCGExpr.cpp4022 if (IsLowerBound || E->getColonLocFirst().isInvalid()) { in EmitOMPArraySectionExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp817 Record.AddSourceLocation(E->getColonLocFirst()); in VisitOMPArraySectionExpr()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp18713 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
18739 if (OASE->getColonLocFirst().isValid()) in checkOMPArraySectionConstantForReduction()
20552 (OASE && OASE->getColonLocFirst().isInvalid())) { in checkArrayExpressionDoesNotReferToWholeSize()
20609 (OASE && OASE->getColonLocFirst().isInvalid())) in checkArrayExpressionDoesNotReferToUnitySize()
H A DTreeTransform.h10958 E->getColonLocFirst(), E->getColonLocSecond(), Length.get(), Stride.get(), in TransformOMPArraySectionExpr()