Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenConstantEmitter.h124 class AbstractStateRAII {
129 AbstractStateRAII(ConstantEmitter &emitter, bool value) in AbstractStateRAII() function
133 ~AbstractStateRAII() { emitter.abstract = oldValue; } in ~AbstractStateRAII()
H A DCIRGenExprConstant.cpp570 AbstractStateRAII state(*this, true); in tryEmitAbstractForInitializer()
656 AbstractStateRAII state(*this, true); in emitAbstract()