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.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/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()