Home
last modified time | relevance | path

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

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