Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Lex/
DModuleLoader.h157 virtual bool lookupMissingImports(StringRef Name,
182 bool lookupMissingImports(StringRef Name, in lookupMissingImports() function
/external/clang/include/clang/Lex/
DModuleLoader.h121 virtual bool lookupMissingImports(StringRef Name,
/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp67 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() function in __anon4fe6d0290111::VoidModuleLoader
DPPCallbacksTest.cpp49 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() function in __anon701ea7170111::VoidModuleLoader
DLexerTest.cpp43 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() function in __anon0877e1170111::VoidModuleLoader
/external/clang/unittests/Basic/
DSourceManagerTest.cpp67 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() function in __anon359e837c0111::VoidModuleLoader
/external/clang/include/clang/Frontend/
DCompilerInstance.h778 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
DASTUnit.h918 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h820 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
/external/clang/lib/Frontend/
DCompilerInstance.cpp1737 CompilerInstance::lookupMissingImports(StringRef Name, in lookupMissingImports() function in CompilerInstance
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp2196 CompilerInstance::lookupMissingImports(StringRef Name, in lookupMissingImports() function in CompilerInstance
/external/clang/lib/Sema/
DSemaLookup.cpp4528 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp4841 getModuleLoader().lookupMissingImports(Typo->getName(), in makeTypoCorrectionConsumer()