Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp2724 bool IgnoreBaseAccess, in CheckPointerConversion() argument
2727 bool IsCStyleOrFunctionalCast = IgnoreBaseAccess; in CheckPointerConversion()
2760 &BasePath, IgnoreBaseAccess)) in CheckPointerConversion()
2852 bool IgnoreBaseAccess) { in CheckMemberPointerConversion() argument
2898 if (!IgnoreBaseAccess) in CheckMemberPointerConversion()
DSemaInit.cpp6399 bool IgnoreBaseAccess = Kind.isCStyleOrFunctionalCast(); in Perform() local
6403 &BasePath, IgnoreBaseAccess)) in Perform()
/external/clang/include/clang/Sema/
DSema.h2293 bool IgnoreBaseAccess,
2301 bool IgnoreBaseAccess);