Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyFile.cpp194 OutputFormat(Opts.OutputFormat), InputFileIndex(0) { in DependencyFileGenerator()
197 ++InputFileIndex; in DependencyFileGenerator()
378 if (Index++ == InputFileIndex) in outputDependencyFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h145 unsigned InputFileIndex; variable