Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4857 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError() local
4858 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError()
4874 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd() local
4875 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd()
H A DSemaExpr.cpp17259 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr() local
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1395 class ScopeRAII { class
1399 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anon7ee061300411::ScopeRAII
1410 ~ScopeRAII() { in ~ScopeRAII()
1446 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;
1447 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;
1448 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;