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.cpp460 if (E->isOMPArraySection()) { in computeDependence()
H A DStmtPrinter.cpp1562 if (Node->isOMPArraySection() && Node->getColonLocSecond().isValid()) { in VisitArraySectionExpr()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp888 if (E->isOMPArraySection()) in VisitArraySectionExpr()
892 if (E->isOMPArraySection()) in VisitArraySectionExpr()
H A DASTReaderStmt.cpp964 if (E->isOMPArraySection()) in VisitArraySectionExpr()
969 if (E->isOMPArraySection()) in VisitArraySectionExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6978 bool isOMPArraySection() const { return ASType == OMPArraySection; } in isOMPArraySection() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h12176 if (E->isOMPArraySection()) { in TransformArraySectionExpr()
12191 E->isOMPArraySection(), Base.get(), E->getBase()->getEndLoc(), in TransformArraySectionExpr()
12193 E->isOMPArraySection() ? E->getColonLocSecond() : SourceLocation{}, in TransformArraySectionExpr()
H A DSemaExpr.cpp4808 if (AS->isOMPArraySection()) in ActOnArraySubscriptExpr()
20855 << cast<ArraySectionExpr>(E)->isOMPArraySection(); in CheckPlaceholderExpr()