Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleLoader.h148 SourceLocation TriggerLoc) = 0;
155 SourceLocation TriggerLoc) = 0;
175 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override { in loadGlobalModuleIndex() argument
180 SourceLocation TriggerLoc) override { in lookupMissingImports() argument
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h807 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
809 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp2192 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
2235 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc)); in loadGlobalModuleIndex()
2262 SourceLocation TriggerLoc) { in lookupMissingImports() argument
2268 TriggerLoc); in lookupMissingImports()