Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp2910 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion() local
2914 if (Diagnose && !IsCStyleOrFunctionalCast && !FromType->isAnyPointerType() && in CheckPointerConversion()
2950 if (Diagnose && !IsCStyleOrFunctionalCast && in CheckPointerConversion()