Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDependencyFile.cpp198 OutputFormat(Opts.OutputFormat), InputFileIndex(0) { in DependencyFileGenerator()
201 ++InputFileIndex; in DependencyFileGenerator()
384 if (Index++ == InputFileIndex) in outputDependencyFile()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DUtils.h129 unsigned InputFileIndex; variable