HomeSort by relevance Sort by last modified time
    Searched refs:IsDerivedFrom (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 45 if ((FromUnq == ToUnq || (S.IsDerivedFrom(FromUnq, ToUnq)) ) &&
SemaOverload.cpp     [all...]
SemaCast.cpp 635 if (DestRecord && Self.IsDerivedFrom(SrcPointee, DestPointee)) {
    [all...]
SemaExceptionSpec.cpp 683 if (!IsDerivedFrom(CanonicalSubT, CanonicalSuperT, Paths))
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExpr.cpp     [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...]

Completed in 89 milliseconds