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 145 const CXXRecordDecl *ExpectedClass = ExpectedTy->getPointeeCXXRecordDecl();
147 if (ExpectedClass && ActualClass) {
150 if (ActualClass->isDerivedFrom(ExpectedClass, Paths) &&
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]

Completed in 839 milliseconds