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

/external/clang/lib/Sema/
H A DSemaChecking.cpp5123 SourceLocation CC, bool *ICContext = 0) {
5347 if (ICContext) {
5349 *ICContext = true;
5387 SourceLocation CC, bool &ICContext) {
5395 return CheckImplicitConversion(S, E, T, CC, &ICContext);
5386 CheckConditionalOperand(Sema &S, Expr *E, QualType T, SourceLocation CC, bool &ICContext) argument

Completed in 256 milliseconds