Home
last modified time | relevance | path

Searched refs:getResultExpr (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h73 return this->Visit(E->getResultExpr()); in VisitGenericSelectionExpr()
H A DIgnoreExpr.h160 return GSE->getResultExpr(); in IgnoreParensSingleStep()
H A DExpr.h5739 Expr *getResultExpr() { in getResultExpr() function
5743 const Expr *getResultExpr() const { in getResultExpr() function
6076 Expr *getResultExpr() { in getResultExpr() function
6081 const Expr *getResultExpr() const { in getResultExpr() function
6082 return const_cast<PseudoObjectExpr*>(this)->getResultExpr(); in getResultExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp402 E = pseudoOp->getResultExpr()->IgnoreImplicit(); in isDelegateMessage()
H A DTransUnbridgedCasts.cpp389 subExpr = pseudo->getResultExpr(); in transformObjCToNonObjCCast()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DLiveVariables.cpp260 Expr *child = cast<PseudoObjectExpr>(S)->getResultExpr(); in Visit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp303 return ClassifyInternal(Ctx,cast<GenericSelectionExpr>(E)->getResultExpr()); in ClassifyInternal()
H A DComputeDependence.cpp630 return D | (E->getResultExpr()->getDependence() & in computeDependence()
H A DExpr.cpp2418 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in isUnusedResultAWarning()
3202 return cast<GenericSelectionExpr>(this)->getResultExpr() in isConstantInitializer()
3484 return cast<GenericSelectionExpr>(this)->getResultExpr()-> in HasSideEffects()
3732 return GE->getResultExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
H A DExprConstant.cpp7365 { return StmtVisitorTy::Visit(E->getResultExpr()); } in VisitGenericSelectionExpr()
7493 if (SemE == E->getResultExpr()) in VisitPseudoObjectExpr()
7507 } else if (SemE == E->getResultExpr()) { in VisitPseudoObjectExpr()
15185 return CheckICE(cast<GenericSelectionExpr>(E)->getResultExpr(), Ctx); in CheckICE()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1339 return canThrow(cast<GenericSelectionExpr>(S)->getResultExpr()); in canThrow()
H A DSemaInit.cpp163 E = GSE->getResultExpr(); in updateStringLiteralType()
185 E = GSE->getResultExpr(); in updateGNUCompoundLiteralRValue()
H A DSemaExprObjC.cpp3621 return Visit(e->getResultExpr()); in VisitPseudoObjectExpr()
H A DSemaOverload.cpp15016 FixOverloadedFunctionReference(GSE->getResultExpr(), Found, Fn); in FixOverloadedFunctionReference()
15017 if (SubExpr == GSE->getResultExpr()) in FixOverloadedFunctionReference()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp113 return Visit(GE->getResultExpr()); in VisitGenericSelectionExpr()
H A DCGExpr.cpp1330 return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr()); in EmitLValue()
2390 setObjCGCLValueClass(Ctx, Exp->getResultExpr(), LV); in setObjCGCLValueClass()
5380 const Expr *resultExpr = E->getResultExpr(); in emitPseudoObjectExpr()
H A DCGExprAgg.cpp115 Visit(GE->getResultExpr()); in VisitGenericSelectionExpr()
H A DCGExprConstant.cpp1031 return Visit(GE->getResultExpr(), T); in VisitGenericSelectionExpr()
H A DCGObjC.cpp3106 const Expr *resultExpr = E->getResultExpr(); in visitPseudoObjectExpr()
H A DCGExprScalar.cpp437 return Visit(GE->getResultExpr()); in VisitGenericSelectionExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1864 if (const Expr *Result = PE->getResultExpr()) { in Visit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1324 cast<ObjCMessageExpr>(PseudoOp->getResultExpr()->IgnoreImplicit()); in RewritePropertyOrImplicitGetter()
H A DRewriteModernObjC.cpp1508 cast<ObjCMessageExpr>(PseudoOp->getResultExpr()->IgnoreImplicit()); in RewritePropertyOrImplicitGetter()