Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h150 input_iterator input_begin() { return Inputs.begin(); } in input_begin() function
153 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin() function