Searched refs:InputSourceLoc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | DependencyDirectivesScanner.cpp | 65 DiagnosticsEngine *Diags, SourceLocation InputSourceLoc) in Scanner() 67 InputSourceLoc(InputSourceLoc), LangOpts(getLangOptsForDepScanning()), in Scanner() 68 TheLexer(InputSourceLoc, LangOpts, Input.begin(), Input.begin(), in Scanner() 179 SourceLocation InputSourceLoc; member 200 Diags->Report(InputSourceLoc.getLocWithOffset(getOffsetAt(CurPtr)), Err); in reportError() 714 InputSourceLoc}; in lex_Pragma() 969 SourceLocation InputSourceLoc) { in scanSourceForDependencyDirectives() argument 970 return Scanner(Input, Tokens, Diags, InputSourceLoc).scan(Directives); in scanSourceForDependencyDirectives()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | DependencyDirectivesScanner.h | 121 SourceLocation InputSourceLoc = SourceLocation());
|