HomeSort by relevance Sort by last modified time
    Searched defs:dropRef (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 40 void dropRef() {
78 StrData->dropRef();
84 StrData->dropRef();
201 AllocBuffer->dropRef();
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 172 void dropRef() { if (--RefCount == 0) delete this; }
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 89 OldAS->dropRef(AST);
143 void dropRef(AliasSetTracker &AST) {
244 Forward->dropRef(AST);

Completed in 121 milliseconds