Home
last modified time | relevance | path

Searched refs:typeDecl (Results 1 – 25 of 26) sorted by relevance

12

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
DTypeDeclarationStmt.java34 private TypeDeclaration typeDecl; field in TypeDeclarationStmt
39 public TypeDeclarationStmt(final TypeDeclaration typeDecl) { in TypeDeclarationStmt() argument
40 setTypeDeclaration(typeDecl); in TypeDeclarationStmt()
43 public TypeDeclarationStmt(Range range, final TypeDeclaration typeDecl) { in TypeDeclarationStmt() argument
45 setTypeDeclaration(typeDecl); in TypeDeclarationStmt()
57 return typeDecl; in getTypeDeclaration()
60 public TypeDeclarationStmt setTypeDeclaration(final TypeDeclaration typeDecl) { in setTypeDeclaration() argument
61 this.typeDecl = typeDecl; in setTypeDeclaration()
62 setAsParentNodeOf(this.typeDecl); in setTypeDeclaration()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
DTypeDeclarationStmt.java33 private TypeDeclaration typeDecl; field in TypeDeclarationStmt
38 public TypeDeclarationStmt(final TypeDeclaration typeDecl) { in TypeDeclarationStmt() argument
39 setTypeDeclaration(typeDecl); in TypeDeclarationStmt()
43 final TypeDeclaration typeDecl) { in TypeDeclarationStmt() argument
45 setTypeDeclaration(typeDecl); in TypeDeclarationStmt()
57 return typeDecl; in getTypeDeclaration()
60 public void setTypeDeclaration(final TypeDeclaration typeDecl) { in setTypeDeclaration() argument
61 this.typeDecl = typeDecl; in setTypeDeclaration()
62 setAsParentNodeOf(this.typeDecl); in setTypeDeclaration()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
Dcom_github_javaparser_ast_stmt_TypeDeclarationStmt.txt7 Line 39) setTypeDeclaration(typeDecl) ==> void
12 Line 45) setTypeDeclaration(typeDecl) ==> void
15 Line 57) typeDecl ==> com.github.javaparser.ast.body.TypeDeclaration
16 Line 61) this.typeDecl = typeDecl ==> com.github.javaparser.ast.body.TypeDeclaration
17 Line 62) setAsParentNodeOf(this.typeDecl) ==> void
Dcom_github_javaparser_ast_visitor_CloneVisitor.txt595 …Line 884) TypeDeclaration typeDecl = cloneNodes(_n.getTypeDeclaration(), _arg) ==> com.github.java…
599 …etBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn(), typeDecl) ==> com.github.j…
600 …etBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn(), typeDecl) ==> com.github.j…
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/
Dcom_github_javaparser_ast_stmt_TypeDeclarationStmt.txt1 …Line 40) setTypeDeclaration(typeDecl) ==> com.github.javaparser.ast.stmt.TypeDeclarationStmt.setTy…
2 …Line 45) setTypeDeclaration(typeDecl) ==> com.github.javaparser.ast.stmt.TypeDeclarationStmt.setTy…
5 …Line 62) setAsParentNodeOf(this.typeDecl) ==> com.github.javaparser.ast.Node.setAsParentNodeOf(com…
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
DJavaParserFacade.java150 ResolvedTypeDeclaration typeDecl = null; in solve() local
154 typeDecl = classDecl.asReferenceType().getTypeDeclaration(); in solve()
159 typeDecl = sr.getCorrespondingDeclaration(); in solve()
162 if (typeDecl == null) { in solve()
165 …nstructorResolutionLogic.findMostApplicable(((ResolvedClassDeclaration) typeDecl).getConstructors(… in solve()
/external/libxml2/include/libxml/
Dxmlschemastypes.h67 xmlSchemaTypePtr typeDecl,
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1273 if (auto typeDecl = candidate.getCorrectionDeclAs<TypeDecl>()) { in ValidateCandidate() local
1277 if (isa<RecordDecl>(typeDecl) && !Context.getLangOpts().CPlusPlus) in ValidateCandidate()
1282 auto type = Context.getTypeDeclType(typeDecl); in ValidateCandidate()
1455 if (auto typeDecl = dyn_cast<TypeDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1456 typeDecls.push_back(typeDecl); in actOnObjCTypeArgsOrProtocolQualifiers()
1474 auto resolveTypeReference = [&](TypeOrClassDecl typeDecl, SourceLocation loc) in actOnObjCTypeArgsOrProtocolQualifiers()
1481 if (auto *actualTypeDecl = typeDecl.dyn_cast<TypeDecl *>()) in actOnObjCTypeArgsOrProtocolQualifiers()
1484 type = Context.getObjCInterfaceType(typeDecl.get<ObjCInterfaceDecl *>()); in actOnObjCTypeArgsOrProtocolQualifiers()
1612 if (auto typeDecl = corrected.getCorrectionDeclAs<TypeDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1617 typeDecls[i] = typeDecl; in actOnObjCTypeArgsOrProtocolQualifiers()
/external/libxml2/os400/libxmlrpg/
Dxmlschemastypes.rpgle93 d typeDecl value like(xmlSchemaTypePtr)
DschemasInternals.rpgle1116 d typeDecl like(xmlHashTablePtr)
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/libxml2/
Dxmlschemas.c1079 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl,
4160 if (schema->typeDecl != NULL) in xmlSchemaFree()
4161 xmlHashFree(schema->typeDecl, NULL); in xmlSchemaFree()
4560 xmlHashScan(schema->typeDecl, xmlSchemaTypeDumpEntry, output); in xmlSchemaDump()
4837 WXS_FIND_GLOBAL_ITEM(typeDecl) in xmlSchemaGetType()
18670 xmlSchemaTypePtr typeDecl, in xmlSchemaCheckFacet() argument
18676 if ((facet == NULL) || (typeDecl == NULL)) in xmlSchemaCheckFacet()
18717 if (typeDecl->type != XML_SCHEMA_TYPE_BASIC) { in xmlSchemaCheckFacet()
18718 base = typeDecl->baseType; in xmlSchemaCheckFacet()
18725 base = typeDecl; in xmlSchemaCheckFacet()
[all …]
Dtestapi.c35183 xmlSchemaTypePtr typeDecl; /* the schema type definition */ in test_xmlSchemaCheckFacet() local
35196 typeDecl = gen_xmlSchemaTypePtr(n_typeDecl, 1); in test_xmlSchemaCheckFacet()
35200 ret_val = xmlSchemaCheckFacet(facet, typeDecl, pctxt, (const xmlChar *)name); in test_xmlSchemaCheckFacet()
35204 des_xmlSchemaTypePtr(n_typeDecl, typeDecl, 1); in test_xmlSchemaCheckFacet()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
Djavaparser-core-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/github/ com/ ...
Djavaparser-core-3.0.0-alpha.2.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/github/ com/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/
DCloneVisitor.java971 TypeDeclaration<?> typeDecl = cloneNodes(_n.getTypeDeclaration(), _arg); in visit() local
976 typeDecl in visit()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/
DCloneVisitor.java884 TypeDeclaration typeDecl = cloneNodes(_n.getTypeDeclaration(), _arg); in visit() local
889 typeDecl in visit()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_javaparsermodel_JavaParserFacade.txt55 …Line 179) ConstructorResolutionLogic.findMostApplicable(((ClassDeclaration) typeDecl).getConstruct…
56 …Line 179) ((ClassDeclaration) typeDecl).getConstructors() ==> com.github.javaparser.symbolsolver.m…
/external/javaparser/javaparser-core/src/main/javacc/
Djava.jj2126 ClassOrInterfaceDeclaration typeDecl;
2133typeDecl = ClassOrInterfaceDeclaration(modifier) { ret = new LocalClassDeclarationStmt(range(typeD…
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
DASTParser.java3599 ClassOrInterfaceDeclaration typeDecl; in BlockStatement() local
3604 typeDecl = ClassOrInterfaceDeclaration(modifier); in BlockStatement()
3605 …ew TypeDeclarationStmt(range(typeDecl.getBegin().line, typeDecl.getBegin().column, token.endLine, … in BlockStatement()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
DASTParser.java3699 ClassOrInterfaceDeclaration typeDecl; in BlockStatement() local
3704 typeDecl = ClassOrInterfaceDeclaration(modifier); in BlockStatement()
3705 …ret = new TypeDeclarationStmt(typeDecl.getBeginLine(), typeDecl.getBeginColumn(), token.endLine, t… in BlockStatement()
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
DGeneratedJavaParser.java3833 ClassOrInterfaceDeclaration typeDecl; in BlockStatement() local
3838 typeDecl = ClassOrInterfaceDeclaration(modifier); in BlockStatement()
3839 ret = new LocalClassDeclarationStmt(range(typeDecl, token()), typeDecl); in BlockStatement()
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12