Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DMangle.h140 void mangleBlock(const DeclContext *DC, const BlockDecl *BD,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp285 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD, in mangleBlock() function in MangleContext
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1412 MangleCtx.mangleBlock(cast<DeclContext>(D), BD, Out); in getBlockMangledName()