Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ContextName

160   std::string ContextName;
165 ContextName = CGM.getMangledName(FD);
167 ContextName = CGM.getBlockMangledName(GlobalDecl(), BD);
169 ContextName = OMD->getSelector().getAsString();
173 ContextName += "." + D.getNameAsString();
174 return ContextName;