HomeSort by relevance Sort by last modified time
    Searched defs:ExpectedClass (Results 1 - 2 of 2) 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 824 ExpectedClass,

Completed in 58 milliseconds