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

  /external/clang/lib/StaticAnalyzer/Checkers/
VirtualCallChecker.cpp 230 if (CXXDestructorDecl *DD = RD->getDestructor())
  /external/clang/lib/CodeGen/
CGClass.cpp 342 const CXXDestructorDecl *D = BaseClass->getDestructor();
671 RD->getDestructor());
815 if (!BaseClassDecl->getDestructor()->hasTrivialBody())
    [all...]
CGCXX.cpp 88 const CXXDestructorDecl *BaseD = UniqueBase->getDestructor();
CGDeclCXX.cpp 88 CXXDestructorDecl *dtor = record->getDestructor();
CGException.cpp 459 CXXDestructorDecl *DtorD = Record->getDestructor();
    [all...]
CGDecl.cpp     [all...]
CGExprCXX.cpp     [all...]
CGBlocks.cpp     [all...]
CGExpr.cpp 406 ReferenceTemporaryDtor = ClassDecl->getDestructor();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 183 const CXXDestructorDecl *DtorDecl = RecordDecl->getDestructor();
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
StmtProfile.cpp 786 const_cast<CXXDestructorDecl *>(S->getTemporary()->getDestructor()));
Expr.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp 809 const CXXDestructorDecl *Dtor = Ty->getAsCXXRecordDecl()->getDestructor();
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
ExprCXX.h 821 const CXXDestructorDecl *getDestructor() const { return Destructor; }
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 220 milliseconds