Searched refs:OMPArraySectionExpr (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
H A DExprOpenMP.h45 class OMPArraySectionExpr : public Expr { class in namespace:clang
52 OMPArraySectionExpr(Expr *Base, Expr *LowerBound, Expr *Length, QualType Type, function in class:clang::OMPArraySectionExpr
76 explicit OMPArraySectionExpr(EmptyShell Shell) function in class:clang::OMPArraySectionExpr
H A DRecursiveASTVisitor.h2302 DEF_TRAVERSE_STMT(OMPArraySectionExpr, {})
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp142 const OMPArraySectionExpr *AE = cast<OMPArraySectionExpr>(S);
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp934 isa<OMPArraySectionExpr>(EI->getAssociatedExpression()) ||
8167 } else if (auto *OASE = dyn_cast_or_null<OMPArraySectionExpr>(RefExpr)) {
8169 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base))
9132 auto *OASE = dyn_cast<OMPArraySectionExpr>(RefExpr->IgnoreParens());
9136 auto BaseType = OMPArraySectionExpr::getBaseOriginalType(OASE->getBase());
10243 auto *OASE = dyn_cast<OMPArraySectionExpr>(SimpleExpr);
10355 auto *OASE = dyn_cast<OMPArraySectionExpr>(E);
10409 auto *OASE = dyn_cast<OMPArraySectionExpr>(E);
10589 if (auto *CurE = dyn_cast<OMPArraySectionExpr>(E)) {
10593 OMPArraySectionExpr
[all...]
H A DSemaExpr.cpp4247 OMPArraySectionExpr(Base, LowerBound, Length, Context.DependentTy,
4252 QualType OriginalTy = OMPArraySectionExpr::getBaseOriginalType(Base);
4352 OMPArraySectionExpr(Base, LowerBound, Length, Context.OMPArraySectionTy,
H A DSemaChecking.cpp6827 return EvalAddr(cast<OMPArraySectionExpr>(E)->getBase(), refVars,
9705 const OMPArraySectionExpr *ASE = cast<OMPArraySectionExpr>(expr);
H A DTreeTransform.h8532 TreeTransform<Derived>::TransformOMPArraySectionExpr(OMPArraySectionExpr *E) {
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3917 if (auto *ASE = dyn_cast<OMPArraySectionExpr>(E->IgnoreParenImpCasts())) {
5014 if (const auto *OAE = dyn_cast<OMPArraySectionExpr>(E)) {
5015 QualType BaseTy = OMPArraySectionExpr::getBaseOriginalType(
5090 auto *OASE = dyn_cast<OMPArraySectionExpr>(E);
5106 auto BaseQTy = OMPArraySectionExpr::getBaseOriginalType(
5307 dyn_cast<OMPArraySectionExpr>(I->getAssociatedExpression());
5310 OMPArraySectionExpr::getBaseOriginalType(OASE)
5322 isa<OMPArraySectionExpr>(Next->getAssociatedExpression())) &&
H A DCGExpr.cpp1052 return EmitOMPArraySectionExpr(cast<OMPArraySectionExpr>(E));
3004 if (auto *ASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParenImpCasts())) {
3033 LValue CodeGenFunction::EmitOMPArraySectionExpr(const OMPArraySectionExpr *E,
3037 dyn_cast<OMPArraySectionExpr>(E->getBase()->IgnoreParenImpCasts()))
3038 BaseTy = OMPArraySectionExpr::getBaseOriginalType(ASE);
H A DCGStmtOpenMP.cpp949 if (auto *OASE = dyn_cast<OMPArraySectionExpr>(IRef)) {
951 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base))
H A DCodeGenFunction.h2727 LValue EmitOMPArraySectionExpr(const OMPArraySectionExpr *E,
/external/clang/lib/AST/
H A DStmtProfile.cpp830 void StmtProfiler::VisitOMPArraySectionExpr(const OMPArraySectionExpr *S) {
H A DExpr.cpp3889 QualType OMPArraySectionExpr::getBaseOriginalType(const Expr *Base) {
3891 while (auto *OASE = dyn_cast<OMPArraySectionExpr>(Base->IgnoreParens())) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp617 void ASTStmtReader::VisitOMPArraySectionExpr(OMPArraySectionExpr *E) {
3000 S = new (Context) OMPArraySectionExpr(Empty);
H A DASTWriterStmt.cpp548 void ASTStmtWriter::VisitOMPArraySectionExpr(OMPArraySectionExpr *E) {

Completed in 459 milliseconds