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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 142 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl();
144 if (ExpectedClass && ActualClass) {
147 if (ActualClass->isDerivedFrom(ExpectedClass, Paths) &&
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 832 ExpectedClass,
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 137 milliseconds