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 41 void dropRef() {
79 StrData->dropRef();
85 StrData->dropRef();
207 AllocBuffer->dropRef();
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 172 void dropRef() { if (--RefCount == 0) delete this; }
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 88 OldAS->dropRef(AST);
142 void dropRef(AliasSetTracker &AST) {
244 Forward->dropRef(AST);

Completed in 129 milliseconds