Home
last modified time | relevance | path

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

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