Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h748 std::optional<Module *> getCachedModuleLoad(const IdentifierInfo &II) { in getCachedModuleLoad() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1999 if (auto MaybeModule = MM.getCachedModuleLoad(*Path[0].first)) { in loadModule()