Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp8201 bool IgnoreBaseAccess = Kind.isCStyleOrFunctionalCast(); in Perform() local
8204 CurInit.get()->getSourceRange(), &BasePath, IgnoreBaseAccess)) in Perform()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3427 bool IgnoreBaseAccess,
3435 bool IgnoreBaseAccess);