Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.cpp57 OptionScope(ByteCodeExprGen<Emitter> *Ctx, InitFnRef NewInitFn) in OptionScope() argument
61 Ctx->InitFn = NewInitFn; in OptionScope()
65 OptionScope(ByteCodeExprGen<Emitter> *Ctx, ChainedInitFnRef NewInitFn) in OptionScope() argument
69 Ctx->InitFn = [this, NewInitFn] { return NewInitFn(*OldInitFn); }; in OptionScope()