HomeSort by: relevance | last modified time | path
    Searched refs:addDestruction (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp 360 C.addDestruction(CommonPtr);
476 C.addDestruction(CommonPtr);
1118 C.addDestruction(CommonPtr);
1182 C.addDestruction(CommonPtr);
1474 C.addDestruction(&TPOD->Value);
1481 C.addDestruction(&TPOD->Value);
DeclCXX.cpp 2977 getASTContext().addDestruction(Value);
3343 getASTContext().addDestruction(&APVal);
Decl.cpp 2452 Ctx.addDestruction(&Eval->Evaluated);
Expr.cpp 344 Context.addDestruction(&APValueResult());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2867 template <typename T> void addDestruction(T *Ptr) const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 574 Record.getContext().addDestruction(&E->APValueResult());
ASTReaderDecl.cpp 2434 D->getASTContext().addDestruction(D->Value);

Completed in 35 milliseconds