Home
last modified time | relevance | path

Searched refs:lookupMissingImports (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DModuleLoader.h159 virtual bool lookupMissingImports(StringRef Name,
184 bool lookupMissingImports(StringRef Name, in lookupMissingImports() function
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h811 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp2268 CompilerInstance::lookupMissingImports(StringRef Name, in lookupMissingImports() function in CompilerInstance
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5224 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()