Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3311 bool IgnoreBaseAccess, in CheckPointerConversion() argument
3314 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion()
3347 &BasePath, IgnoreBaseAccess)) in CheckPointerConversion()
3428 bool IgnoreBaseAccess) { in CheckMemberPointerConversion() argument
3474 if (!IgnoreBaseAccess) in CheckMemberPointerConversion()
H A DSemaInit.cpp7728 bool IgnoreBaseAccess = Kind.isCStyleOrFunctionalCast(); in Perform() local
7731 CurInit.get()->getSourceRange(), &BasePath, IgnoreBaseAccess)) in Perform()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9947 CXXCastPath &BasePath, bool IgnoreBaseAccess,
9967 bool IgnoreBaseAccess);