Searched defs:getInnerType (Results 1 - 5 of 5) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/el/
H A DTypeASTMapper.java44 private static ATypeElement getInnerType(ATypeElement te, method in class:TypeASTMapper
78 // System.out.printf("non-array: map(%s, getInnerType(%s, %s)=%s)%n",
79 // n, te, ls, getInnerType(te, ls));
80 map(n, getInnerType(te, ls));
88 // System.out.printf("array top-level: map(%s, getInnerType(%s, %s)=%s)%n",
89 // n, te, ls, getInnerType(te, ls));
90 map(n, getInnerType(te, ls));
96 // System.out.printf("layers=%d, map(%s, getInnerType(%s, %s)=%s)%n",
97 // layers, elType, te, ls, getInnerType(te, ls));
98 map(elType, getInnerType(t
[all...]
/external/annotation-tools/scene-lib/src/type/
H A DDeclaredType.java18 * {@link #getInnerType()}, and {@link #setTypeParameters(List)}. If called, an
133 public DeclaredType getInnerType() { method in class:DeclaredType
/external/clang/include/clang/AST/
H A DTypeLoc.h319 /// QualType getInnerType() const
376 return getNextTypeLoc(asDerived()->getInnerType());
414 HasNoInnerType getInnerType() const { return HasNoInnerType(); } function in class:clang::ConcreteTypeLoc
417 return TypeLoc(asDerived()->getInnerType(), getNonLocalData());
422 return getInnerTypeSize(asDerived()->getInnerType());
434 return getNextTypeAlign(asDerived()->getInnerType());
833 QualType getInnerType() const { function in class:clang::AttributedTypeLoc
969 QualType getInnerType() const {
1051 QualType getInnerType() const {
1052 return this->getTypePtr()->getInnerType();
[all...]
H A DType.h2162 QualType getInnerType() const { return Inner; } function in class:clang::ParenType
2165 QualType desugar() const { return getInnerType(); }
2168 Profile(ID, getInnerType());
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 266 milliseconds