Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleLoader.h144 SourceLocation TriggerLoc) = 0;
151 SourceLocation TriggerLoc) = 0;
171 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override { in loadGlobalModuleIndex() argument
176 SourceLocation TriggerLoc) override { in lookupMissingImports() argument
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h807 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
809 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp2042 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
2078 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc)); in loadGlobalModuleIndex()
2101 SourceLocation TriggerLoc) { in lookupMissingImports() argument
2107 TriggerLoc); in lookupMissingImports()