/external/clang/lib/Sema/ |
SemaFixItUtils.cpp | 45 if ((FromUnq == ToUnq || (S.IsDerivedFrom(FromUnq, ToUnq)) ) &&
|
SemaOverload.cpp | [all...] |
SemaCast.cpp | 641 if (DestRecord && Self.IsDerivedFrom(SrcPointee, DestPointee)) { 733 if (SrcRD->isDerivedFrom(DestRD, BasePaths)) 735 else if (DestRD->isDerivedFrom(SrcRD, BasePaths)) [all...] |
SemaExceptionSpec.cpp | 654 if (!IsDerivedFrom(CanonicalSubT, CanonicalSuperT, Paths)) [all...] |
SemaDeclCXX.cpp | [all...] |
SemaExprCXX.cpp | [all...] |
SemaInit.cpp | [all...] |
SemaTemplateDeduction.cpp | [all...] |
SemaExpr.cpp | [all...] |
/external/chromium_org/v8/tools/gcmole/ |
gcmole.cc | 1091 bool IsDerivedFrom(clang::CXXRecordDecl* record, 1093 return (record == base) || record->isDerivedFrom(base); 1115 return IsDerivedFrom(record, object_decl_) && 1116 !IsDerivedFrom(record, smi_decl_); [all...] |
/external/v8/tools/gcmole/ |
gcmole.cc | 1093 bool IsDerivedFrom(clang::CXXRecordDecl* record, 1095 return (record == base) || record->isDerivedFrom(base); 1117 return IsDerivedFrom(record, object_decl_) && 1118 !IsDerivedFrom(record, smi_decl_); [all...] |
/external/clang/include/clang/Sema/ |
Sema.h | [all...] |