Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp2907 bool IgnoreBaseAccess, in CheckPointerConversion() argument
2910 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion()
2943 &BasePath, IgnoreBaseAccess)) in CheckPointerConversion()
3035 bool IgnoreBaseAccess) { in CheckMemberPointerConversion() argument
3081 if (!IgnoreBaseAccess) in CheckMemberPointerConversion()
H A DSemaInit.cpp7501 bool IgnoreBaseAccess = Kind.isCStyleOrFunctionalCast(); in Perform() local
7504 CurInit.get()->getSourceRange(), &BasePath, IgnoreBaseAccess)) in Perform()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2595 bool IgnoreBaseAccess,
2603 bool IgnoreBaseAccess);