Home
last modified time | relevance | path

Searched refs:getCachedModuleFileNameImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h772 std::string getCachedModuleFileNameImpl(StringRef ModuleName,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp248 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()
257 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()
261 std::string HeaderSearch::getCachedModuleFileNameImpl(StringRef ModuleName, in getCachedModuleFileNameImpl() function in HeaderSearch