Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h52 using input_const_iterator = ActionList::const_iterator; variable
54 using input_const_range = llvm::iterator_range<input_const_iterator>;
151 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin()
152 input_const_iterator input_end() const { return Inputs.end(); } in input_end()