Home
last modified time | relevance | path

Searched defs:CompoundScope (Results 1 – 4 of 4) sorted by relevance

/external/turbine/java/com/google/turbine/binder/lookup/
DCompoundScope.java24 public class CompoundScope implements Scope { class
29 private CompoundScope(Scope scope, @Nullable Scope base) { in CompoundScope() method in CompoundScope
/external/clang/lib/Parse/
DParseStmt.cpp863 ParseScope CompoundScope(this, ScopeFlags); in ParseCompoundStatement() local
941 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseCompoundStatementBody() local
1955 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody() local
1992 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock() local
DParseOpenMP.cpp955 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseOpenMPDeclarativeOrExecutableDirective() local
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10479 CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyAssignment() local
10916 CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveAssignment() local
11083 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyConstructor() local
11258 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveConstructor() local