Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeExprGen.cpp45 using InitFnRef = typename ByteCodeExprGen<Emitter>::InitFnRef; typedef in clang::interp::OptionScope
46 using ChainedInitFnRef = std::function<bool(InitFnRef)>;
53 Ctx->InitFn = llvm::Optional<InitFnRef>{}; in OptionScope()
57 OptionScope(ByteCodeExprGen<Emitter> *Ctx, InitFnRef NewInitFn) in OptionScope()
83 llvm::Optional<InitFnRef> OldInitFn;
465 const Expr *Init, InitFnRef InitFn) { in visitInitializer()
DByteCodeExprGen.h56 using InitFnRef = std::function<bool()>; variable
128 bool visitInitializer(const Expr *E, InitFnRef GenPtr);
234 llvm::Optional<InitFnRef> InitFn = {};