Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h809 GlobalModuleIndex *loadGlobalModuleIndex(SourceLocation TriggerLoc) override;
811 bool lookupMissingImports(StringRef Name, SourceLocation TriggerLoc) override;
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp2199 SourceLocation TriggerLoc) { in loadGlobalModuleIndex() argument
2242 getPreprocessor().getIdentifierInfo(TheModule->Name), TriggerLoc)); in loadGlobalModuleIndex()
2269 SourceLocation TriggerLoc) { in lookupMissingImports() argument
2275 TriggerLoc); in lookupMissingImports()