Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp43 template <class Emitter> class OptionScope { class
49 OptionScope(ByteCodeExprGen<Emitter> *Ctx, bool NewDiscardResult) in OptionScope() function in clang::interp::OptionScope
57 OptionScope(ByteCodeExprGen<Emitter> *Ctx, InitFnRef NewInitFn) in OptionScope() function in clang::interp::OptionScope
65 OptionScope(ByteCodeExprGen<Emitter> *Ctx, ChainedInitFnRef NewInitFn) in OptionScope() function in clang::interp::OptionScope
H A DByteCodeExprGen.h38 template <class Emitter> class OptionScope; variable