Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DMangle.cpp87 void MangleContext::mangleBlock(const DeclContext *DC, const BlockDecl *BD, in mangleBlock() function in MangleContext
/external/clang/include/clang/AST/
DMangle.h136 void mangleBlock(const DeclContext *DC, const BlockDecl *BD,
/external/clang/lib/CodeGen/
DCodeGenModule.cpp464 MangleCtx.mangleBlock(cast<DeclContext>(D), BD, Out); in getBlockMangledName()