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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1037 StringRef ContextName = ContextFileEnt->getName();
1041 auto FrameworkPos = ContextName.find(".framework");
1043 (ContextName[FrameworkPos + DotFrameworkLen] != '/' &&
1044 ContextName[FrameworkPos + DotFrameworkLen] != '\\'))
1047 SmallString<1024> FrameworkName(ContextName.data(), ContextName.data() +
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp209 std::string ContextName; local
214 ContextName = std::string(CGM.getMangledName(FD));
216 ContextName = std::string(CGM.getBlockMangledName(GlobalDecl(), BD));
218 ContextName = OMD->getSelector().getAsString();
222 ContextName += "." + D.getNameAsString();
223 return ContextName;

Completed in 97 milliseconds