Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
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
DByteCodeExprGen.h38 template <class Emitter> class OptionScope; variable
165 friend class OptionScope<Emitter>; variable