Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp39 SourceLocation InputSourceLoc) in Minimizer()
41 InputSourceLoc(InputSourceLoc) {} in Minimizer()
104 SourceLocation InputSourceLoc; member
113 Diags->Report(InputSourceLoc.getLocWithOffset(CurPtr - Input.data()), Err); in reportError()
957 SourceLocation InputSourceLoc) { in minimizeSourceToDependencyDirectives() argument
960 return Minimizer(Output, Tokens, Input, Diags, InputSourceLoc).minimize(); in minimizeSourceToDependencyDirectives()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DDependencyDirectivesSourceMinimizer.h108 SourceLocation InputSourceLoc = SourceLocation());