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

  /external/clang/lib/CodeGen/
CGObjC.cpp 437 const CXXRecordDecl *classDecl = IVART->getAsCXXRecordDecl();
440 classDecl && !classDecl->hasTrivialDefaultConstructor()) {
536 const CXXRecordDecl *classDecl = IvarT->getAsCXXRecordDecl();
538 (!classDecl || classDecl->hasTrivialCopyAssignment());
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 265 milliseconds