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

  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 304 const CXXRecordDecl *DerivedDecl = DerivedType->getAsCXXRecordDecl();
305 if (!DerivedDecl && !DerivedType->isVoidType())
319 if (SRDecl == DerivedDecl)
327 if (SRDecl->isDerivedFrom(DerivedDecl, Paths))
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]

Completed in 1188 milliseconds