/external/annotation-tools/scene-lib/src/annotations/el/ |
D | TypeASTMapper.java | 44 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/ |
D | TypeLoc.h | 376 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 …]
|
D | Type.h | 2162 QualType getInnerType() const { return Inner; } 2165 QualType desugar() const { return getInnerType(); } 2168 Profile(ID, getInnerType());
|
D | RecursiveASTVisitor.h | 1018 DEF_TRAVERSE_TYPE(ParenType, { TRY_TO(TraverseType(T->getInnerType())); })
|
/external/annotation-tools/annotation-file-utilities/src/annotator/find/ |
D | Insertion.java | 315 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()
|
D | ReceiverInsertion.java | 94 t = t.getInnerType()) { in getText()
|
D | NewInsertion.java | 72 for (DeclaredType t = baseType; t != null; t = t.getInnerType()) { in getText()
|
D | Insertions.java | 1044 mergeTypes(dt0.getInnerType(), dt1.getInnerType()); in mergeTypes() 1316 DeclaredType inner = dtype.getInnerType();
|
D | TreeFinder.java | 1702 baseType.setInnerType(innerTypes.getInnerType());
|
/external/annotation-tools/scene-lib/src/type/ |
D | DeclaredType.java | 133 public DeclaredType getInnerType() { in getInnerType() method in DeclaredType
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 1111 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()
|
D | Type.cpp | 301 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()
|
D | DeclPrinter.cpp | 480 Ty = PT->getInnerType(); in VisitFunctionDecl()
|
D | ASTImporter.cpp | 702 cast<ParenType>(T1)->getInnerType(), in IsStructurallyEquivalent() 703 cast<ParenType>(T2)->getInnerType())) in IsStructurallyEquivalent() 1766 QualType ToInnerType = Importer.Import(T->getInnerType()); in VisitParenType()
|
D | ASTContext.cpp | 1788 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/ |
D | IndexFileWriter.java | 394 type.DeclaredType inner = d.getInnerType();
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 4630 AST_TYPE_TRAVERSE_MATCHER(innerType, getInnerType,
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 5350 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()
|
D | SemaChecking.cpp | 9395 diagnoseArrayStarInParamType(S, ParenTy->getInnerType(), Loc); in diagnoseArrayStarInParamType()
|
D | SemaDecl.cpp | 5181 QualType Inner = PTy->getInnerType(); in TryToFixInvalidVariablyModifiedType()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2296 T = cast<ParenType>(T)->getInnerType(); in UnwrapTypeForDebugInfo()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 432 Record.AddTypeRef(T->getInnerType()); in VisitParenType()
|