Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp2999 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion() local
3003 if (Diagnose && !IsCStyleOrFunctionalCast && !FromType->isAnyPointerType() && in CheckPointerConversion()
3039 if (Diagnose && !IsCStyleOrFunctionalCast && in CheckPointerConversion()