Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4726 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError() local
4727 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError()
4743 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd() local
4744 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd()
DSemaExpr.cpp15710 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp1343 class ScopeRAII { class
1347 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anonb66d72d20311::ScopeRAII
1358 ~ScopeRAII() { in ~ScopeRAII()
1394 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;
1395 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;
1396 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;