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.cpp4560 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError() local
4561 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError()
4577 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd() local
4578 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd()
H A DSemaExpr.cpp16248 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1400 class ScopeRAII { class
1404 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anonfb577fba0411::ScopeRAII
1415 ~ScopeRAII() { in ~ScopeRAII()
1451 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;
1452 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;
1453 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;