Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h155 input_iterator input_begin() { return Inputs.begin(); } in input_begin() function
158 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin() function