Home
last modified time | relevance | path

Searched defs:input_end (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h156 input_iterator input_end() { return Inputs.end(); } in input_end() function
159 input_const_iterator input_end() const { return Inputs.end(); } in input_end() function