Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4713 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError() local
4714 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError()
4730 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd() local
4731 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd()
H A DSemaExpr.cpp16608 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1420 class ScopeRAII { class
1424 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anonfb577fba0411::ScopeRAII
1435 ~ScopeRAII() { in ~ScopeRAII()
1471 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;
1472 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;
1473 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;