Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp703 ParseScope CompoundScope(this, ScopeFlags); in ParseCompoundStatement() local
769 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseCompoundStatementBody() local
1993 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody() local
2031 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp8689 CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyAssignment() local
9147 CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveAssignment() local
9310 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyConstructor() local
9501 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveConstructor() local
DTreeTransform.h5111 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt()