Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
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