Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h806 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
808 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2105 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
2148 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc)); in loadGlobalModuleIndex()
2175 SourceLocation TriggerLoc) { in lookupMissingImports() argument
2181 TriggerLoc); in lookupMissingImports()