Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp2996 bool IgnoreBaseAccess, in CheckPointerConversion() argument
2999 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion()
3032 &BasePath, IgnoreBaseAccess)) in CheckPointerConversion()
3124 bool IgnoreBaseAccess) { in CheckMemberPointerConversion() argument
3170 if (!IgnoreBaseAccess) in CheckMemberPointerConversion()
H A DSemaInit.cpp8272 bool IgnoreBaseAccess = Kind.isCStyleOrFunctionalCast(); in Perform() local
8275 CurInit.get()->getSourceRange(), &BasePath, IgnoreBaseAccess)) in Perform()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3680 bool IgnoreBaseAccess,
3688 bool IgnoreBaseAccess);