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.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/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h884 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
886 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp2268 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
2311 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc)); in loadGlobalModuleIndex()
2338 SourceLocation TriggerLoc) { in lookupMissingImports() argument
2344 TriggerLoc); in lookupMissingImports()