Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3498 bool IgnoreBaseAccess, in CheckPointerConversion() argument
3501 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion()
3534 &BasePath, IgnoreBaseAccess)) in CheckPointerConversion()
3615 bool IgnoreBaseAccess, MemberPointerConversionDirection Direction) { in CheckMemberPointerConversion() argument
3683 if (!IgnoreBaseAccess) in CheckMemberPointerConversion()
H A DSemaInit.cpp7997 bool IgnoreBaseAccess = Kind.isCStyleOrFunctionalCast(); in Perform() local
8000 CurInit.get()->getSourceRange(), &BasePath, IgnoreBaseAccess)) in Perform()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10132 CXXCastPath &BasePath, bool IgnoreBaseAccess,
10161 bool IgnoreBaseAccess, MemberPointerConversionDirection Direction);