Home
last modified time | relevance | path

Searched refs:TriggerLoc (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang/include/clang/Lex/
DModuleLoader.h151 SourceLocation TriggerLoc) = 0;
158 SourceLocation TriggerLoc) = 0;
178 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override { in loadGlobalModuleIndex() argument
183 SourceLocation TriggerLoc) override { in lookupMissingImports() argument
/external/clang/include/clang/Lex/
DModuleLoader.h115 SourceLocation TriggerLoc) = 0;
122 SourceLocation TriggerLoc) = 0;
/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp65 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
67 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
DPPCallbacksTest.cpp47 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
49 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
DLexerTest.cpp41 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
43 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
/external/clang/unittests/Basic/
DSourceManagerTest.cpp65 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
67 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
/external/clang/include/clang/Frontend/
DCompilerInstance.h776 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
778 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
DASTUnit.h916 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
918 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h818 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
820 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
/external/clang/lib/Frontend/
DCompilerInstance.cpp1679 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
1715 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc)); in loadGlobalModuleIndex()
1738 SourceLocation TriggerLoc) { in lookupMissingImports() argument
1744 TriggerLoc); in lookupMissingImports()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp2127 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
2170 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc)); in loadGlobalModuleIndex()
2197 SourceLocation TriggerLoc) { in lookupMissingImports() argument
2203 TriggerLoc); in lookupMissingImports()