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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4445 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); local
4446 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4462 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); local
4463 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
H A DSemaExpr.cpp15212 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1286 class ScopeRAII { class in namespace:__anon1581
1290 ScopeRAII(EvalInfo &Info) function in class:__anon1581::ScopeRAII
1301 ~ScopeRAII() {
1337 typedef ScopeRAII<false> BlockScopeRAII;
1338 typedef ScopeRAII<true> FullExpressionRAII;

Completed in 226 milliseconds