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

  /external/clang/include/clang/Rewrite/
RewriteRope.h 39 void dropRef() {
74 StrData->dropRef();
79 StrData->dropRef();
194 AllocBuffer->dropRef();
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 171 void dropRef() { if (--RefCount == 0) delete this; }
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 89 OldAS->dropRef(AST);
144 void dropRef(AliasSetTracker &AST) {
245 Forward->dropRef(AST);

Completed in 35 milliseconds