Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPPCallbacks.h330 std::unique_ptr<PPCallbacks> _Second) in PPChainedCallbacks() argument
331 : First(std::move(_First)), Second(std::move(_Second)) {} in PPChainedCallbacks()