Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp462 if (E->isOMPArraySection()) { in computeDependence()
H A DStmtPrinter.cpp1700 if (Node->isOMPArraySection() && Node->getColonLocSecond().isValid()) { in VisitArraySectionExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp904 if (E->isOMPArraySection()) in VisitArraySectionExpr()
908 if (E->isOMPArraySection()) in VisitArraySectionExpr()
H A DASTReaderStmt.cpp972 if (E->isOMPArraySection()) in VisitArraySectionExpr()
977 if (E->isOMPArraySection()) in VisitArraySectionExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h7146 bool isOMPArraySection() const { return ASType == OMPArraySection; } in isOMPArraySection() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h13294 if (E->isOMPArraySection()) { in TransformArraySectionExpr()
13309 E->isOMPArraySection(), Base.get(), E->getBase()->getEndLoc(), in TransformArraySectionExpr()
13311 E->isOMPArraySection() ? E->getColonLocSecond() : SourceLocation{}, in TransformArraySectionExpr()
H A DSemaExpr.cpp4904 if (AS->isOMPArraySection()) in ActOnArraySubscriptExpr()
21364 << cast<ArraySectionExpr>(E)->isOMPArraySection(); in CheckPlaceholderExpr()