Searched defs:dropRef (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h41 void dropRef() { function in struct:clang::RopeRefCountString
79 StrData->dropRef();
85 StrData->dropRef();
207 AllocBuffer->dropRef();
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h172 void dropRef() { if (--RefCount == 0) delete this; } function in class:llvm::BitCodeAbbrev
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h88 OldAS->dropRef(AST);
142 void dropRef(AliasSetTracker &AST) { function in class:llvm::AliasSet
244 Forward->dropRef(AST);

Completed in 115 milliseconds