Searched refs:getCond (Results 26 - 34 of 34) sorted by relevance

12

/external/clang/lib/Sema/
H A DSemaChecking.cpp4007 if (CO->getCond()->EvaluateAsBooleanCondition(CondResult, C))
4815 AnalyzeImplicitConversions(S, E->getCond(), CC);
5631 StmtLoc = WS->getCond()->getSourceRange().getEnd();
5898 if (ACO->getCond()->EvaluateAsBooleanCondition(Result, Ctx)) {
H A DSemaCodeComplete.cpp3656 QualType type = Switch->getCond()->IgnoreImplicit()->getType();
/external/clang/lib/AST/
H A DItaniumMangle.cpp2726 mangleExpression(CO->getCond());
H A DExpr.cpp3391 return getCond()->EvaluateKnownConstInt(C) != 0;
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1382 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts();
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2336 const Expr *condExpr = expr->getCond();
H A DCGExprScalar.cpp2541 Expr *condExpr = E->getCond();
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp4508 Expr *CONDExp = CEXPR->getCond();
H A DRewriteObjC.cpp3842 Expr *CONDExp = CEXPR->getCond();

Completed in 243 milliseconds

12