/external/turbine/java/com/google/turbine/binder/lookup/ |
D | CompoundScope.java | 24 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()
|
D | ImportScope.java | 70 default CompoundScope toScope(ResolveFunction resolve) { 71 return CompoundScope.base(
|
/external/turbine/java/com/google/turbine/binder/bound/ |
D | SourceTypeBoundClass.java | 21 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/ |
D | TypeBinder.java | 30 import com.google.turbine.binder.lookup.CompoundScope; 165 CompoundScope enclosingScope = in bind() 173 CompoundScope bindingScope = enclosingScope; in bind() 220 CompoundScope scope = in bind() 394 ImmutableList<Tree.TyParam> trees, CompoundScope scope, Map<String, TyVarSymbol> symbols) { in bindTyParams() 411 private List<MethodInfo> bindMethods(CompoundScope scope, ImmutableList<Tree> members) { in bindMethods() 422 private MethodInfo bindMethod(int idx, CompoundScope scope, Tree.MethDecl t) { in bindMethod() 531 private ImmutableList<FieldInfo> bindFields(CompoundScope scope, ImmutableList<Tree> members) { in bindFields() 547 private FieldInfo bindField(CompoundScope scope, Tree.VarDecl decl) { in bindField() 567 CompoundScope scope, ImmutableList<Tree.Anno> trees) { in bindAnnotations() [all …]
|
D | ModuleBinder.java | 36 import com.google.turbine.binder.lookup.CompoundScope; 73 private final CompoundScope scope;
|
D | Binder.java | 44 import com.google.turbine.binder.lookup.CompoundScope; 229 CompoundScope topLevel = CompoundScope.base(tli.scope()).append(javaLang); in bindPackages()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 863 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
|
D | ParseOpenMP.cpp | 955 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseOpenMPDeclarativeOrExecutableDirective() local
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseStmt.cpp | 906 ParseScope CompoundScope(this, ScopeFlags); in ParseCompoundStatement() local 1045 Sema::CompoundScopeRAII CompoundScope(Actions, isStmtExpr); in ParseCompoundStatementBody() local 2264 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionStatementBody() local 2301 Sema::CompoundScopeRAII CompoundScope(Actions); in ParseFunctionTryBlock() local
|
/external/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 10479 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
|
D | TreeTransform.h | 6118 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt() 7189 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformOMPExecutableDirective() 11932 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCapturedStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclCXX.cpp | 7909 Sema::CompoundScopeRAII CompoundScope(S); in build() local 14188 CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyAssignment() local 14562 CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveAssignment() local 14704 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitCopyConstructor() local 14831 Sema::CompoundScopeRAII CompoundScope(*this); in DefineImplicitMoveConstructor() local
|
D | TreeTransform.h | 7093 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCompoundStmt() 8341 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformOMPExecutableDirective() 14432 Sema::CompoundScopeRAII CompoundScope(getSema()); in TransformCapturedStmt()
|
/external/error_prone/javac/ |
D | javac-9+181-r4173-1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/dagger2/java/dagger/internal/codegen/bootstrap/ |
D | bootstrap_compiler_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
META-INF ... |
/external/dagger2/java/dagger/internal/codegen/kythe/ |
D | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |