Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h153 SourceLocation TriggerLoc) = 0;
160 SourceLocation TriggerLoc) = 0;
180 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override { in loadGlobalModuleIndex() argument
185 SourceLocation TriggerLoc) override { in lookupMissingImports() argument
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h842 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
844 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2224 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
2267 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc)); in loadGlobalModuleIndex()
2294 SourceLocation TriggerLoc) { in lookupMissingImports() argument
2300 TriggerLoc); in lookupMissingImports()