Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h154 SourceLocation TriggerLoc) = 0;
161 SourceLocation TriggerLoc) = 0;
181 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override { in loadGlobalModuleIndex() argument
186 SourceLocation TriggerLoc) override { in lookupMissingImports() argument
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h911 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
913 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2284 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
2326 Path.emplace_back(TriggerLoc, in loadGlobalModuleIndex()
2354 SourceLocation TriggerLoc) { in lookupMissingImports() argument
2360 TriggerLoc); in lookupMissingImports()