Home
last modified time | relevance | path

Searched refs:mangleBlock (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp223 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD, in mangleBlock() function in MangleContext
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h126 void mangleBlock(const DeclContext *DC, const BlockDecl *BD,
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp1070 MangleCtx.mangleBlock(cast<DeclContext>(D), BD, Out); in getBlockMangledName()