Searched refs:getBlockId (Results 1 – 4 of 4) sorted by relevance
43 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()179 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()
615 Out << "__block_invoke" << Context.getBlockId(BD, false); in manglePostfix()
1393 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
100 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function