Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h56 using InitFnRef = std::function<bool()>; variable
H A DByteCodeExprGen.cpp45 using InitFnRef = typename ByteCodeExprGen<Emitter>::InitFnRef; typedef in clang::interp::OptionScope