Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp226 OutputFormat(Opts.OutputFormat), InputFileIndex(0) { in DependencyFileGenerator()
229 ++InputFileIndex; in DependencyFileGenerator()
412 if (Index++ == InputFileIndex) in outputDependencyFile()
/llvm-project/clang/include/clang/Frontend/
H A DUtils.h131 unsigned InputFileIndex; variable