Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h690 bool AllowExplicitConvs = false) {
692 AllowExplicitConvs? IC_ExplicitConvs : IC_Normal,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp5166 bool AllowExplicitConvs = Kind.allowExplicitConversionFunctionsInRefBinding(); in TryRefInitWithConversionFunction() local
5232 /*AllowObjCConversionOnExplicit=*/false, AllowExplicitConvs); in TryRefInitWithConversionFunction()
5236 /*AllowObjCConversionOnExplicit=*/false, AllowExplicitConvs); in TryRefInitWithConversionFunction()