Searched refs:InputSourceLoc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Lex/ |
| H A D | DependencyDirectivesScanner.cpp | 63 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 D | DependencyDirectivesScanner.h | 117 SourceLocation InputSourceLoc = SourceLocation());
|