Home
last modified time | relevance | path

Searched refs:getInnerType (Results 1 – 22 of 22) sorted by relevance

/external/annotation-tools/scene-lib/src/annotations/el/
DTypeASTMapper.java44 private static ATypeElement getInnerType(ATypeElement te, in getInnerType() method in TypeASTMapper
80 map(n, getInnerType(te, ls)); in traverse1()
90 map(n, getInnerType(te, ls)); in traverse1()
98 map(elType, getInnerType(te, ls)); in traverse1()
/external/clang/include/clang/AST/
DTypeLoc.h376 return getNextTypeLoc(asDerived()->getInnerType()); in getNextTypeLoc()
414 HasNoInnerType getInnerType() const { return HasNoInnerType(); } in getInnerType() function
417 return TypeLoc(asDerived()->getInnerType(), getNonLocalData()); in getInnerTypeLoc()
422 return getInnerTypeSize(asDerived()->getInnerType()); in getInnerTypeSize()
434 return getNextTypeAlign(asDerived()->getInnerType()); in getNextTypeAlign()
833 QualType getInnerType() const { in getInnerType() function
969 QualType getInnerType() const { in getInnerType() function
1051 QualType getInnerType() const { in getInnerType() function
1052 return this->getTypePtr()->getInnerType(); in getInnerType()
1076 QualType getInnerType() const { in getInnerType() function
[all …]
DType.h2162 QualType getInnerType() const { return Inner; }
2165 QualType desugar() const { return getInnerType(); }
2168 Profile(ID, getInnerType());
DRecursiveASTVisitor.h1018 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
/external/annotation-tools/annotation-file-utilities/src/annotator/find/
DInsertion.java315 Type innerType = declaredType.getInnerType(); in typeToString()
435 if (declaredType.getInnerType() == null) { in decorateType()
439 type = declaredType.getInnerType(); in decorateType()
510 if (declaredType.getInnerType() == null) { in decorateType()
514 type = declaredType.getInnerType(); in decorateType()
DReceiverInsertion.java94 t = t.getInnerType()) { in getText()
DNewInsertion.java72 for (DeclaredType t = baseType; t != null; t = t.getInnerType()) { in getText()
DInsertions.java1044 mergeTypes(dt0.getInnerType(), dt1.getInnerType()); in mergeTypes()
1316 DeclaredType inner = dtype.getInnerType();
DTreeFinder.java1702 baseType.setInnerType(innerTypes.getInnerType());
/external/annotation-tools/scene-lib/src/type/
DDeclaredType.java133 public DeclaredType getInnerType() { in getInnerType() method in DeclaredType
/external/clang/lib/AST/
DTypePrinter.cpp1111 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenBefore()
1112 printBefore(T->getInnerType(), OS); in printParenBefore()
1115 printBefore(T->getInnerType(), OS); in printParenBefore()
1118 if (!HasEmptyPlaceHolder && !isa<FunctionType>(T->getInnerType())) { in printParenAfter()
1120 printAfter(T->getInnerType(), OS); in printParenAfter()
1122 printAfter(T->getInnerType(), OS); in printParenAfter()
DType.cpp301 T = PT->getInnerType(); in IgnoreParens()
875 QualType innerType = recurse(T->getInnerType()); in VisitParenType()
879 if (innerType.getAsOpaquePtr() == T->getInnerType().getAsOpaquePtr()) in VisitParenType()
1584 return Visit(T->getInnerType()); in VisitParenType()
DDeclPrinter.cpp480 Ty = PT->getInnerType(); in VisitFunctionDecl()
DASTImporter.cpp702 cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent()
703 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent()
1766 QualType ToInnerType = Importer.Import(T->getInnerType()); in VisitParenType()
DASTContext.cpp1788 return getTypeInfo(cast<ParenType>(T)->getInnerType().getTypePtr()); in getTypeInfoImpl()
2269 getFunctionTypeWithExceptionSpec(Context, PT->getInnerType(), ESI)); in getFunctionTypeWithExceptionSpec()
/external/annotation-tools/scene-lib/src/annotations/io/
DIndexFileWriter.java394 type.DeclaredType inner = d.getInnerType();
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4630 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
/external/clang/lib/Sema/
DSemaType.cpp5350 type = paren->getInnerType(); in hasDirectOwnershipQualifier()
5641 T = cast<ParenType>(Ty)->getInnerType(); in FunctionTypeUnwrapper()
5710 QualType New = wrap(C, cast<ParenType>(Old)->getInnerType(), I); in wrap()
DSemaChecking.cpp9395 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
DSemaDecl.cpp5181 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2296 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
/external/clang/lib/Serialization/
DASTWriter.cpp432 Record.AddTypeRef(T->getInnerType()); in VisitParenType()