HomeSort by relevance Sort by last modified time
    Searched refs:getDestructor (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 244 } else if (CXXDestructorDecl* dtor = record->getDestructor()) {
447 if (CXXDestructorDecl* dtor = record->getDestructor()) {
572 refcounted_path.begin()->back().Class->getDestructor()) {
  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 228 if (CXXDestructorDecl *DD = RD->getDestructor())
  /external/clang/lib/CodeGen/
CGCXX.cpp 99 const CXXDestructorDecl *BaseD = UniqueBase->getDestructor();
CGClass.cpp 349 const CXXDestructorDecl *D = BaseClass->getDestructor();
    [all...]
CGDeclCXX.cpp 97 CXXDestructorDecl *dtor = record->getDestructor();
CGDecl.cpp     [all...]
CGException.cpp 459 CXXDestructorDecl *DtorD = Record->getDestructor();
    [all...]
CGExprCXX.cpp     [all...]
CGBlocks.cpp     [all...]
CGCall.cpp     [all...]
CGExpr.cpp 251 ReferenceTemporaryDtor = ClassDecl->getDestructor();
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
RecordInfo.cpp 423 CXXDestructorDecl* dtor = record_->getDestructor();
BlinkGCPlugin.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 319 const CXXDestructorDecl *DtorDecl = RecordDecl->getDestructor();
ExprEngine.cpp 609 const CXXDestructorDecl *Dtor = RD->getDestructor();
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
StmtProfile.cpp 947 const_cast<CXXDestructorDecl *>(S->getTemporary()->getDestructor()));
    [all...]
Expr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
ExprCXX.h     [all...]

Completed in 789 milliseconds

1 2