Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp3103 bool IgnoreBaseAccess, in CheckPointerConversion() argument
3106 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion()
3139 &BasePath, IgnoreBaseAccess)) in CheckPointerConversion()
3231 bool IgnoreBaseAccess) { in CheckMemberPointerConversion() argument
3277 if (!IgnoreBaseAccess) in CheckMemberPointerConversion()
H A DSemaInit.cpp8611 bool IgnoreBaseAccess = Kind.isCStyleOrFunctionalCast(); in Perform() local
8614 CurInit.get()->getSourceRange(), &BasePath, IgnoreBaseAccess)) in Perform()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h3806 bool IgnoreBaseAccess,
3814 bool IgnoreBaseAccess);