Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp2992 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion() local
2996 if (Diagnose && !IsCStyleOrFunctionalCast && !FromType->isAnyPointerType() && in CheckPointerConversion()
3032 if (Diagnose && !IsCStyleOrFunctionalCast && in CheckPointerConversion()