Home
last modified time | relevance | path

Searched refs:ICContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10735 bool *ICContext, bool IsListInit) { in CheckImplicitConversion() argument
11186 if (ICContext) { in CheckImplicitConversion()
11188 *ICContext = true; in CheckImplicitConversion()
11217 SourceLocation CC, bool &ICContext) { in CheckConditionalOperand() argument
11228 return S.CheckImplicitConversion(E, T, CC, &ICContext); in CheckConditionalOperand()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2429 bool *ICContext = nullptr,