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.h770 std::string getCachedModuleFileNameImpl(StringRef ModuleName,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp252 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath); in getPrebuiltImplicitModuleFileName()
261 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, in getCachedModuleFileName()
265 std::string HeaderSearch::getCachedModuleFileNameImpl(StringRef ModuleName, in getCachedModuleFileNameImpl() function in HeaderSearch