Searched defs:ChildExpr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaChecking.cpp7535 Expr *ChildExpr = dyn_cast_or_null<Expr>(SubStmt); local
7536 if (!ChildExpr)
7540 isa<StringLiteral>(ChildExpr->IgnoreParenImpCasts()))
7544 AnalyzeImplicitConversions(S, ChildExpr, CC);

Completed in 94 milliseconds