Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp3365 bool Usable = !Info.Constructor->isInvalidDecl() && in IsInitializerListConstructorConversion() local
3367 if (Usable) { in IsInitializerListConstructorConversion()
3486 bool Usable = !Info.Constructor->isInvalidDecl(); in IsUserDefinedConversion() local
3488 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()
3490 if (Usable) { in IsUserDefinedConversion()