Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3314 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion() local
3318 if (Diagnose && !IsCStyleOrFunctionalCast && !FromType->isAnyPointerType() && in CheckPointerConversion()
3354 if (Diagnose && !IsCStyleOrFunctionalCast && in CheckPointerConversion()