Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DModuleLoader.h116 SourceLocation TriggerLoc) = 0;
123 SourceLocation TriggerLoc) = 0;
/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp67 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
69 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
DPPCallbacksTest.cpp48 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
50 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
DLexerTest.cpp43 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
45 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
/external/clang/include/clang/Frontend/
DCompilerInstance.h725 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
727 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
DASTUnit.h885 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
887 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
/external/clang/unittests/Basic/
DSourceManagerTest.cpp67 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override in loadGlobalModuleIndex() argument
69 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override in lookupMissingImports() argument
/external/clang/lib/Frontend/
DCompilerInstance.cpp1674 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
1708 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc)); in loadGlobalModuleIndex()
1732 SourceLocation TriggerLoc) { in lookupMissingImports() argument
1738 TriggerLoc); in lookupMissingImports()