Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp5469 LocalScope<Emitter> CondScope(this); in visitWhileStmt() local
5486 if (!CondScope.destroyLocals()) in visitWhileStmt()
5510 LocalScope<Emitter> CondScope(this); in visitDoStmt() local
5518 if (!CondScope.destroyLocals()) in visitDoStmt()
5549 LocalScope<Emitter> CondScope(this); in visitForStmt() local
5571 if (!CondScope.destroyLocals()) in visitForStmt()
5580 return CondScope.destroyLocals(); in visitForStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5365 FullExpressionRAII CondScope(Info); in EvaluateSwitch() local
5380 if (!CondScope.destroy()) in EvaluateSwitch()
5720 FullExpressionRAII CondScope(Info); in EvaluateStmt() local
5722 !CondScope.destroy()) in EvaluateStmt()