HomeSort by: relevance | last modified time | path
    Searched refs:getChosenSubExpr (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
EvaluatedExprVisitor.h 62 return this->Visit(E->getChosenSubExpr());
IgnoreExpr.h 165 return CE->getChosenSubExpr();
Expr.h 4480 /// getChosenSubExpr - Return the subexpression chosen according to the
4482 Expr *getChosenSubExpr() const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprClassification.cpp 325 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr());
Expr.cpp 2425 return cast<ChooseExpr>(this)->getChosenSubExpr()->
3210 return cast<ChooseExpr>(this)->getChosenSubExpr()
3488 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects(
3736 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC);
ExprConstant.cpp 7363 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); }
15447 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 1333 return canThrow(CE->getChosenSubExpr());
SemaInit.cpp 165 E = CE->getChosenSubExpr();
187 E = CE->getChosenSubExpr();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp 1071 return Visit(E->getChosenSubExpr());
CGExprAgg.cpp 1276 Visit(CE->getChosenSubExpr());
CGExprConstant.cpp 1035 return Visit(CE->getChosenSubExpr(), T);
CGExpr.cpp 1406 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr());
CGExprScalar.cpp 4643 return Visit(E->getChosenSubExpr());

Completed in 126 milliseconds