Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaStmt.cpp4490 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionError() local
4491 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionError()
4507 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); in ActOnCapturedRegionEnd() local
4508 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get()); in ActOnCapturedRegionEnd()
DSemaExpr.cpp15403 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); in ActOnBlockStmtExpr() local
/external/clang/lib/AST/
DExprConstant.cpp903 class ScopeRAII { class
907 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anon7264eadc0111::ScopeRAII
909 ~ScopeRAII() { in ~ScopeRAII()
933 typedef ScopeRAII<false> BlockScopeRAII;
934 typedef ScopeRAII<true> FullExpressionRAII;
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1337 class ScopeRAII { class
1341 ScopeRAII(EvalInfo &Info) in ScopeRAII() function in __anon3f12a8aa0311::ScopeRAII
1352 ~ScopeRAII() { in ~ScopeRAII()
1388 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;
1389 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;
1390 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;