HomeSort by relevance Sort by last modified time
    Searched refs:ContextName (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDecl.cpp 169 std::string ContextName;
174 ContextName = CGM.getMangledName(FD);
176 ContextName = CGM.getBlockMangledName(GlobalDecl(), BD);
178 ContextName = OMD->getSelector().getAsString();
182 ContextName += "." + D.getNameAsString();
183 return ContextName;
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 833 const char *ContextName = ContextFileEnt->getName();
837 const char *FrameworkPos = strstr(ContextName, ".framework");
843 SmallString<1024> FrameworkName(ContextName, FrameworkPos+DotFrameworkLen+1);
    [all...]

Completed in 201 milliseconds