Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h44 MissingExpected, enumerator
70 bool isMissingExpected() const { return Storage.getInt() == MissingExpected; } in isMissingExpected()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2177 return ModuleLoadResult(Module, ModuleLoadResult::MissingExpected); in loadModule()