Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3259 bool IgnoreBaseAccess, in CheckPointerConversion() argument
3262 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion()
3295 &BasePath, IgnoreBaseAccess)) in CheckPointerConversion()
3387 bool IgnoreBaseAccess) { in CheckMemberPointerConversion() argument
3433 if (!IgnoreBaseAccess) in CheckMemberPointerConversion()
H A DSemaInit.cpp8780 bool IgnoreBaseAccess = Kind.isCStyleOrFunctionalCast(); in Perform() local
8783 CurInit.get()->getSourceRange(), &BasePath, IgnoreBaseAccess)) in Perform()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3882 bool IgnoreBaseAccess,
3890 bool IgnoreBaseAccess);