Home
last modified time | relevance | path

Searched refs:getBlockId (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DMangle.cpp43 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()
179 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()
DMicrosoftMangle.cpp615 Out << "__block_invoke" << Context.getBlockId(BD, false); in manglePostfix()
DItaniumMangle.cpp1393 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DMangle.h100 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function