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.cpp12100 bool *ICContext, bool IsListInit) { in CheckImplicitConversion() argument
12571 if (ICContext) { in CheckImplicitConversion()
12573 *ICContext = true; in CheckImplicitConversion()
12608 SourceLocation CC, bool &ICContext) { in CheckConditionalOperand() argument
12619 return S.CheckImplicitConversion(E, T, CC, &ICContext); in CheckConditionalOperand()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2863 bool *ICContext = nullptr,