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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 181 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl();
182 assert(RecordDecl && "Only CXXRecordDecls should have destructors");
183 const CXXDestructorDecl *DtorDecl = RecordDecl->getDestructor();
  /external/clang/lib/AST/
Decl.cpp 258 if (cast<RecordDecl>(Field->getDeclContext())->isAnonymousStructOrUnion())
528 LV.mergeWithMin(getLVForDecl(cast<RecordDecl>(D->getDeclContext()),
    [all...]

Completed in 1433 milliseconds