Searched refs:getBlockId (Results 1 – 4 of 4) sorted by relevance
43 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()189 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()234 (void) getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
886 Out << "__block_invoke" << Context.getBlockId(BD, false); in mangleNestedName()
1254 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
75 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function