reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ASTContext.h
 3098   C.Deallocate(Ptr);
 3136   C.Deallocate(Ptr);
tools/clang/lib/AST/Decl.cpp
 1838         getASTContext().Deallocate(getExtInfo());
 1919     Context.Deallocate(TemplParamLists);
 2271     getASTContext().Deallocate(Eval);
 4132         getASTContext().Deallocate(getExtInfo());
tools/clang/lib/AST/DeclCXX.cpp
  191     C.Deallocate(data().getBases());
tools/clang/lib/AST/Expr.cpp
  899     C.Deallocate(pVal);
 4123   if (SubExprs) C.Deallocate(SubExprs);
tools/clang/lib/AST/RecordLayout.cpp
   24     Ctx.Deallocate(CXXInfo);
   27   Ctx.Deallocate(this);
tools/clang/lib/AST/Stmt.cpp
  489   C.Deallocate(this->Names);
  493   C.Deallocate(this->Exprs);
  498   C.Deallocate(this->Constraints);
  502   C.Deallocate(this->Clobbers);
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2653       Context.Deallocate(Bases[idx]);
 2717     Context.Deallocate(Bases[idx]);
tools/clang/lib/Sema/SemaOpenMP.cpp
12402       Context.Deallocate(VDInitTemp);