Home
last modified time | relevance | path

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

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