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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4778 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); local
4779 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
4795 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(); local
4796 CapturedRegionScopeInfo *RSI = cast<CapturedRegionScopeInfo>(ScopeRAII.get());
H A DSemaExpr.cpp15589 PoppedFunctionScopePtr ScopeRAII = PopFunctionScopeInfo(&WP, BD, BlockTy); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp1343 class ScopeRAII { class in namespace:__anon320
1347 ScopeRAII(EvalInfo &Info) function in class:__anon320::ScopeRAII
1358 ~ScopeRAII() {
1394 typedef ScopeRAII<ScopeKind::Block> BlockScopeRAII;
1395 typedef ScopeRAII<ScopeKind::FullExpression> FullExpressionRAII;
1396 typedef ScopeRAII<ScopeKind::Call> CallScopeRAII;

Completed in 150 milliseconds