Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp37 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()
191 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()
236 (void) getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
H A DMicrosoftMangle.cpp1035 Discriminator = Context.getBlockId(BD, /*Local=*/false); in mangleNestedName()
H A DItaniumMangle.cpp1670 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h78 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExpr.cpp2687 CGM.getCXXABI().getMangleContext().getBlockId(BD, true); in EmitPredefinedLValue()