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 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;
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 831 const char *ContextName = ContextFileEnt->getName();
835 const char *FrameworkPos = strstr(ContextName, ".framework");
841 SmallString<1024> FrameworkName(ContextName, FrameworkPos+DotFrameworkLen+1);
    [all...]

Completed in 1068 milliseconds