Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1282 struct IgnoreSideEffectsRAII { struct
1285 explicit IgnoreSideEffectsRAII(EvalInfo &Info) in IgnoreSideEffectsRAII() function
1290 ~IgnoreSideEffectsRAII() { Info.EvalMode = OldMode; } in ~IgnoreSideEffectsRAII() argument
11420 IgnoreSideEffectsRAII Fold(Info); in tryEvaluateBuiltinObjectSize()