Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DModuleLoader.h115 SourceLocation TriggerLoc) = 0;
122 SourceLocation TriggerLoc) = 0;
/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp66 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
68 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.cpp42 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
44 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
/external/clang/unittests/Basic/
DSourceManagerTest.cpp66 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
68 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
/external/clang/include/clang/Frontend/
DCompilerInstance.h774 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
776 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/clang/lib/Frontend/
DCompilerInstance.cpp1651 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
1687 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc)); in loadGlobalModuleIndex()
1710 SourceLocation TriggerLoc) { in lookupMissingImports() argument
1716 TriggerLoc); in lookupMissingImports()