Home
last modified time | relevance | path

Searched refs:InputSourceLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp63 DiagnosticsEngine *Diags, SourceLocation InputSourceLoc) in Scanner()
65 InputSourceLoc(InputSourceLoc), LangOpts(getLangOptsForDepScanning()), in Scanner()
66 TheLexer(InputSourceLoc, LangOpts, Input.begin(), Input.begin(), in Scanner()
151 SourceLocation InputSourceLoc; member
171 Diags->Report(InputSourceLoc.getLocWithOffset(getOffsetAt(CurPtr)), Err); in reportError()
824 SourceLocation InputSourceLoc) { in scanSourceForDependencyDirectives() argument
825 return Scanner(Input, Tokens, Diags, InputSourceLoc).scan(Directives); in scanSourceForDependencyDirectives()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DDependencyDirectivesScanner.h117 SourceLocation InputSourceLoc = SourceLocation());