Home
last modified time | relevance | path

Searched defs:typeDecl (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/stmt/
H A DTypeDeclarationStmt.java34 private TypeDeclaration typeDecl; field in TypeDeclarationStmt
39 public TypeDeclarationStmt(final TypeDeclaration typeDecl) { in TypeDeclarationStmt()
43 public TypeDeclarationStmt(Range range, final TypeDeclaration typeDecl) { in TypeDeclarationStmt()
60 public TypeDeclarationStmt setTypeDeclaration(final TypeDeclaration typeDecl) { in setTypeDeclaration()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/
H A DTypeDeclarationStmt.java33 private TypeDeclaration typeDecl; field in TypeDeclarationStmt
38 public TypeDeclarationStmt(final TypeDeclaration typeDecl) { in TypeDeclarationStmt()
43 final TypeDeclaration typeDecl) { in TypeDeclarationStmt()
60 public void setTypeDeclaration(final TypeDeclaration typeDecl) { in setTypeDeclaration()
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Ddecl.go379 typeDecl struct{ spec *ast.TypeSpec } struct
386 func (d typeDecl) node() ast.Node { return d.spec }
555 func (check *Checker) typeDecl(obj *TypeName, tdecl *ast.TypeSpec, def *TypeName) { func
/aosp_15_r20/packages/services/Car/tools/vehiclepropertyidsparser/src/com/android/car/tool/
DVehiclePropertyIdsParser.java245 private static Set<Integer> getEnumValues(ResolvedReferenceTypeDeclaration typeDecl) { in getEnumValues()
277 ResolvedReferenceTypeDeclaration typeDecl = parseClassName("Car"); in populateCarPermissionMap() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Ddecl.go480 func (check *Checker) typeDecl(obj *TypeName, tdecl *syntax.TypeDecl, def *TypeName) { func
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1273 if (auto typeDecl = candidate.getCorrectionDeclAs<TypeDecl>()) { in ValidateCandidate() local
1455 if (auto typeDecl = dyn_cast<TypeDecl>(decl)) { in actOnObjCTypeArgsOrProtocolQualifiers() local
1475 -> TypeResult { in actOnObjCTypeArgsOrProtocolQualifiers()
1612 if (auto typeDecl = corrected.getCorrectionDeclAs<TypeDecl>()) { in actOnObjCTypeArgsOrProtocolQualifiers() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/
H A DJavaParserFacade.java164 TypeDeclaration typeDecl = null; in solve() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
H A DJavaParserFacade.java147 ResolvedTypeDeclaration typeDecl = null; in solve() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dparser.go596 func (p *parser) typeDecl(group *Group) Decl { func
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/
H A DschemasInternals.h933 xmlHashTablePtr typeDecl; member
/aosp_15_r20/external/libxml2/include/libxml/
H A DschemasInternals.h933 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libxml2/include/libxml/
DschemasInternals.h932 xmlHashTablePtr typeDecl; member

123