/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 258 QualType getAttributedType(Attr *A, QualType ModifiedType, in getAttributedType() function in __anonc6f7a84e0111::TypeProcessingState 261 sema.Context.getAttributedType(A->getKind(), ModifiedType, EquivType); in getAttributedType() 4722 T = state.getAttributedType( in GetFullTypeForDeclarator() 6480 T = State.getAttributedType(ASAttr, Type, EquivType); in HandleAddressSpaceTypeAttribute() 6482 T = State.getAttributedType(ASAttr, Type, Type); in HandleAddressSpaceTypeAttribute() 6629 type = state.getAttributedType( in handleObjCOwnershipTypeAttr() 6642 type = state.getAttributedType(::new (S.Context) in handleObjCOwnershipTypeAttr() 6745 type = state.getAttributedType( in handleObjCGCTypeAttr() 7008 Type = State.getAttributedType(A, Type, S.Context.getPointerType(Pointee)); in handleMSPointerTypeQualifierAttr() 7142 type = state.getAttributedType( in checkNullabilityTypeSpecifier() [all …]
|
D | SemaExprObjC.cpp | 543 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr() 597 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr() 1434 return Context.getAttributedType( in stripObjCInstanceType() 1475 return Context.getAttributedType( in getBaseMessageSendResultType() 1550 NewResultType = Context.getAttributedType( in getMessageSendResultType() 1614 return Context.getAttributedType( in getMessageSendResultType()
|
D | SemaObjCProperty.cpp | 2493 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl() 2572 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
|
D | SemaExprMember.cpp | 1820 Context.getAttributedType(attr::NoDeref, MemberType, MemberType); in BuildFieldReferenceExpr()
|
D | SemaDeclObjC.cpp | 4551 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
|
D | TreeTransform.h | 6685 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
|
D | SemaDecl.cpp | 3031 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3800 T = Context.getAttributedType( in GetFullTypeForDeclarator() 5487 type = S.Context.getAttributedType( in handleObjCOwnershipTypeAttr() 5500 type = S.Context.getAttributedType(AttributedType::attr_objc_ownership, in handleObjCOwnershipTypeAttr() 5602 type = S.Context.getAttributedType(AttributedType::attr_objc_gc, in handleObjCGCTypeAttr() 5807 Type = S.Context.getAttributedType(TAK, Type, Type); in handleMSPointerTypeQualifierAttr() 5911 type = Context.getAttributedType( in checkNullabilityTypeSpecifier() 5943 equivType = Context.getAttributedType(attrKind, equivType, equivType); in checkObjCKindOfType() 5948 type = Context.getAttributedType(AttributedType::attr_objc_kindof, in checkObjCKindOfType() 6242 type = S.Context.getAttributedType(CCAttrKind, type, Equivalent); in handleFunctionTypeAttr()
|
D | SemaObjCProperty.cpp | 2219 resultTy = Context.getAttributedType(AttributedType::attr_nonnull, in ProcessPropertyDecl() 2293 paramTy = Context.getAttributedType(AttributedType::attr_nullable, in ProcessPropertyDecl()
|
D | SemaExprObjC.cpp | 1255 return Context.getAttributedType( in stripObjCInstanceType() 1296 return Context.getAttributedType( in getBaseMessageSendResultType() 1396 return Context.getAttributedType( in getMessageSendResultType()
|
D | SemaDeclObjC.cpp | 4229 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
|
D | TreeTransform.h | 5756 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()
|
D | SemaDecl.cpp | 2579 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 77 RT = Context.getAttributedType( in Desugar() 89 PT = Context.getAttributedType( in Desugar()
|
D | Type.cpp | 941 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in TRIVIAL_TYPE_CLASS()
|
D | ASTContext.cpp | 2273 return Context.getAttributedType( in getFunctionTypeWithExceptionSpec() 3259 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, in getAttributedType() function in ASTContext
|
D | ASTImporter.cpp | 1893 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
|
/external/llvm-project/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 80 RT = Context.getAttributedType( in Desugar() 92 PT = Context.getAttributedType( in Desugar()
|
D | Type.cpp | 1150 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in SUGARED_TYPE_CLASS() 1452 return Ctx.getAttributedType(newAttrType->getAttrKind(), in VisitAttributedType()
|
D | ASTContext.cpp | 3044 return getAttributedType( in getFunctionTypeWithExceptionSpec() 4492 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() function in ASTContext 6121 Result = const_cast<ASTContext *>(this)->getAttributedType( in getArrayDecayedType()
|
D | ASTImporter.cpp | 1426 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TypeProperties.td | 601 return ctx.getAttributedType(attribute, modifiedType, equivalentType);
|
D | ASTContext.h | 1441 QualType getAttributedType(attr::Kind attrKind,
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1224 QualType getAttributedType(AttributedType::Kind attrKind,
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5491 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|