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

  /external/clang/include/clang/AST/
VTableBuilder.h 132 return getDestructorDecl();
136 const CXXDestructorDecl *getDestructorDecl() const {
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 196 AD.getDestructorDecl(ACtx->getASTContext()));
  /external/clang/lib/CodeGen/
CGVTables.cpp 578 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Complete);
581 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Deleting);
    [all...]
  /external/clang/lib/Analysis/
Consumed.cpp     [all...]
CFG.cpp     [all...]
ThreadSafety.cpp     [all...]
  /external/clang/include/clang/Analysis/
CFG.h 180 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 179 milliseconds