Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/binder/lookup/
DCompoundScope.java24 public class CompoundScope implements Scope { class
29 private CompoundScope(Scope scope, Scope base) { in CompoundScope() method in CompoundScope
47 public CompoundScope append(Scope scope) { in append()
48 return new CompoundScope(scope, this); in append()
52 public static CompoundScope base(Scope scope) { in base()
53 return new CompoundScope(scope, null); in base()
DImportScope.java70 default CompoundScope toScope(ResolveFunction resolve) {
71 return CompoundScope.base(
DCompoundTopLevelIndex.java68 CompoundScope result = null; in lookupPackage()
72 result = result == null ? CompoundScope.base(packageScope) : result.append(packageScope); in lookupPackage()
/external/turbine/java/com/google/turbine/binder/bound/
DSourceTypeBoundClass.java21 import com.google.turbine.binder.lookup.CompoundScope;
49 private final CompoundScope enclosingScope;
50 private final CompoundScope scope;
68 CompoundScope enclosingScope, in SourceTypeBoundClass()
69 CompoundScope scope, in SourceTypeBoundClass()
177 public CompoundScope enclosingScope() { in enclosingScope()
182 public CompoundScope scope() { in scope()
/external/turbine/java/com/google/turbine/binder/
DTypeBinder.java30 import com.google.turbine.binder.lookup.CompoundScope;
164 CompoundScope enclosingScope = in bind()
172 CompoundScope bindingScope = enclosingScope; in bind()
219 CompoundScope scope = in bind()
385 ImmutableList<Tree.TyParam> trees, CompoundScope scope, Map<String, TyVarSymbol> symbols) { in bindTyParams()
403 private List<MethodInfo> bindMethods(CompoundScope scope, ImmutableList<Tree> members) { in bindMethods()
413 private MethodInfo bindMethod(CompoundScope scope, Tree.MethDecl t) { in bindMethod()
522 private ImmutableList<FieldInfo> bindFields(CompoundScope scope, ImmutableList<Tree> members) { in bindFields()
538 private FieldInfo bindField(CompoundScope scope, Tree.VarDecl decl) { in bindField()
558 CompoundScope scope, ImmutableList<Tree.Anno> trees) { in bindAnnotations()
[all …]
DModuleBinder.java36 import com.google.turbine.binder.lookup.CompoundScope;
71 private final CompoundScope scope;
DBinder.java42 import com.google.turbine.binder.lookup.CompoundScope;
181 CompoundScope topLevel = CompoundScope.base(tli.scope()).append(javaLang); in bindPackages()
/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
DTreeTransform.h6118 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt()
7189 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformOMPExecutableDirective()
11932 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCapturedStmt()