Searched defs:ContextName (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DHeaderSearch.cpp833 const char *ContextName = ContextFileEnt->getName(); local
837 const char *FrameworkPos = strstr(ContextName, ".framework");
843 SmallString<1024> FrameworkName(ContextName, FrameworkPos+DotFrameworkLen+1);
/external/clang/lib/CodeGen/
H A DCGDecl.cpp169 std::string ContextName; local
174 ContextName = CGM.getMangledName(FD);
176 ContextName = CGM.getBlockMangledName(GlobalDecl(), BD);
178 ContextName = OMD->getSelector().getAsString();
182 ContextName += "." + D.getNameAsString();
183 return ContextName;

Completed in 96 milliseconds