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 156 StringRef ContextName;
162 ContextName = CGM.getBlockMangledName(GlobalDecl(), BD);
166 ContextName = CGM.getMangledName(FD);
168 ContextName = CGF.CurFn->getName();
172 return ContextName.str() + Separator + D.getNameAsString();
    [all...]
  /external/clang/lib/Lex/
HeaderSearch.cpp 837 const char *ContextName = ContextFileEnt->getName();
841 const char *FrameworkPos = strstr(ContextName, ".framework");
847 SmallString<1024> FrameworkName(ContextName, FrameworkPos+DotFrameworkLen+1);
    [all...]

Completed in 309 milliseconds