HomeSort by relevance Sort by last modified time
    Searched refs:CXXDestructorDecl (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/clang/lib/CodeGen/
CGExprCXX.cpp 177 if (isa<CXXDestructorDecl>(MD)) return RValue::get(nullptr);
209 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl))
229 if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(MD)) {
243 const CXXDestructorDecl *DDtor =
244 cast<CXXDestructorDecl>(DevirtualizedMethod);
    [all...]
CGDecl.cpp 255 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(DC))
427 const CXXDestructorDecl *Dtor,
431 const CXXDestructorDecl *Dtor;
    [all...]
CodeGenModule.h 76 class CXXDestructorDecl;
    [all...]
CGDeclCXX.cpp 95 CXXDestructorDecl *dtor = record->getDestructor();
CGCall.cpp 209 assert(!isa<CXXDestructorDecl>(MD) && "wrong method for destructors!");
233 auto *DD = dyn_cast<CXXDestructorDecl>(MD);
359 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(FD))
    [all...]
CodeGenFunction.h 54 class CXXDestructorDecl;
433 void PushDestructorCleanup(const CXXDestructorDecl *Dtor, Address Addr);
    [all...]
CodeGenPGO.cpp 622 (isa<CXXDestructorDecl>(GD.getDecl()) &&
  /external/clang/include/clang/Analysis/
CFG.h 34 class CXXDestructorDecl;
180 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 709 CXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp     [all...]
ExprEngineCallAndReturn.cpp 729 const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(FD);
    [all...]
ExprEngineCXX.cpp 375 const CXXDestructorDecl *DtorDecl = RecordDecl->getDestructor();
ExprEngine.cpp 623 const CXXDestructorDecl *Dtor = RD->getDestructor();
641 const CXXDestructorDecl *CurDtor = cast<CXXDestructorDecl>(LCtx->getDecl());
662 const CXXDestructorDecl *CurDtor = cast<CXXDestructorDecl>(LCtx->getDecl());
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 582 void addImplicitDtorsForDestructor(const CXXDestructorDecl *DD);
    [all...]
ThreadSafety.cpp     [all...]
ThreadSafetyCommon.cpp 123 } else if (D && isa<CXXDestructorDecl>(D)) {
867 const CXXDestructorDecl *DD) {
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]
SemaExprCXX.cpp 773 if (CXXDestructorDecl *Destructor = LookupDestructor(RD)) {
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExprMember.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTWriter.h     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 30 class CXXDestructorDecl;
    [all...]
  /external/clang/lib/AST/
Expr.cpp 496 else if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(ND))
519 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(DC))
657 else if (!isa<CXXConstructorDecl>(FD) && !isa<CXXDestructorDecl>(FD))
    [all...]

Completed in 1668 milliseconds

12 3 4