Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2989 bool IgnoreBaseAccess, in CheckPointerConversion() argument
2992 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion()
3025 &BasePath, IgnoreBaseAccess)) in CheckPointerConversion()
3117 bool IgnoreBaseAccess) { in CheckMemberPointerConversion() argument
3163 if (!IgnoreBaseAccess) in CheckMemberPointerConversion()
H A DSemaInit.cpp8203 bool IgnoreBaseAccess = Kind.isCStyleOrFunctionalCast(); in Perform() local
8206 CurInit.get()->getSourceRange(), &BasePath, IgnoreBaseAccess)) in Perform()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3464 bool IgnoreBaseAccess,
3472 bool IgnoreBaseAccess);