Searched refs:InputSourceLoc (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | DependencyDirectivesScanner.cpp | 64 DiagnosticsEngine *Diags, SourceLocation InputSourceLoc) in Scanner() 66 InputSourceLoc(InputSourceLoc), LangOpts(getLangOptsForDepScanning()), in Scanner() 67 TheLexer(InputSourceLoc, LangOpts, Input.begin(), Input.begin(), in Scanner() 155 SourceLocation InputSourceLoc; member 176 Diags->Report(InputSourceLoc.getLocWithOffset(getOffsetAt(CurPtr)), Err); in reportError() 846 SourceLocation InputSourceLoc) { in scanSourceForDependencyDirectives() argument 847 return Scanner(Input, Tokens, Diags, InputSourceLoc).scan(Directives); in scanSourceForDependencyDirectives()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | DependencyDirectivesScanner.h | 120 SourceLocation InputSourceLoc = SourceLocation());
|