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

/external/clang/include/clang/Rewrite/
H A DRewriteRope.h39 void dropRef() { function in struct:clang::RopeRefCountString
74 StrData->dropRef();
79 StrData->dropRef();
194 AllocBuffer->dropRef();
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h171 void dropRef() { if (--RefCount == 0) delete this; } function in class:llvm::BitCodeAbbrev
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h89 OldAS->dropRef(AST);
144 void dropRef(AliasSetTracker &AST) { function in class:llvm::AliasSet
245 Forward->dropRef(AST);

Completed in 1697 milliseconds