Searched refs:getBlockMangledName (Results 1 – 8 of 8) sorted by relevance
995 StringRef getBlockMangledName(GlobalDecl GD, const BlockDecl *BD);
176 ContextName = CGM.getBlockMangledName(GlobalDecl(), BD); in getStaticDeclName()
1187 StringRef name = CGM.getBlockMangledName(GD, blockDecl); in GenerateBlockFunction()
683 StringRef CodeGenModule::getBlockMangledName(GlobalDecl GD, in getBlockMangledName() function in CodeGenModule
1195 StringRef getBlockMangledName(GlobalDecl GD, const BlockDecl *BD);
224 ContextName = std::string(CGM.getBlockMangledName(GlobalDecl(), BD)); in getStaticDeclName()
1497 StringRef name = CGM.getBlockMangledName(GD, blockDecl); in GenerateBlockFunction()
1251 StringRef CodeGenModule::getBlockMangledName(GlobalDecl GD, in getBlockMangledName() function in CodeGenModule