Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h37 template <class Emitter> class OptionScope; variable
303 friend class OptionScope<Emitter>; variable
H A DCompiler.cpp56 template <class Emitter> class OptionScope final { class
59 OptionScope(Compiler<Emitter> *Ctx, bool NewDiscardResult, in OptionScope() function in clang::interp::OptionScope