Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp46 using ChainedInitFnRef = std::function<bool(InitFnRef)>; typedef in clang::interp::OptionScope
65 OptionScope(ByteCodeExprGen<Emitter> *Ctx, ChainedInitFnRef NewInitFn) in OptionScope()