Searched refs:getAttributedType (Results 1 – 12 of 12) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3559 T = Context.getAttributedType( in GetFullTypeForDeclarator() 5184 type = S.Context.getAttributedType( in handleObjCOwnershipTypeAttr() 5197 type = S.Context.getAttributedType(AttributedType::attr_objc_ownership, in handleObjCOwnershipTypeAttr() 5299 type = S.Context.getAttributedType(AttributedType::attr_objc_gc, in handleObjCGCTypeAttr() 5497 Type = S.Context.getAttributedType(TAK, Type, Type); in handleMSPointerTypeQualifierAttr() 5601 type = Context.getAttributedType( in checkNullabilityTypeSpecifier() 5632 equivType = Context.getAttributedType(attrKind, equivType, equivType); in checkObjCKindOfType() 5637 type = Context.getAttributedType(AttributedType::attr_objc_kindof, in checkObjCKindOfType() 5909 type = S.Context.getAttributedType(CCAttrKind, type, Equivalent); in handleFunctionTypeAttr()
|
D | SemaObjCProperty.cpp | 2145 resultTy = Context.getAttributedType(AttributedType::attr_nonnull, in ProcessPropertyDecl() 2215 paramTy = Context.getAttributedType(AttributedType::attr_nullable, in ProcessPropertyDecl()
|
D | SemaExprObjC.cpp | 1258 return Context.getAttributedType( in stripObjCInstanceType() 1299 return Context.getAttributedType( in getBaseMessageSendResultType() 1399 return Context.getAttributedType( in getMessageSendResultType()
|
D | SemaDeclObjC.cpp | 4080 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
|
D | TreeTransform.h | 5591 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()
|
D | SemaDecl.cpp | 2505 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
|
/external/clang/lib/AST/ |
D | ASTDiagnostic.cpp | 76 RT = Context.getAttributedType( in Desugar() 88 PT = Context.getAttributedType( in Desugar()
|
D | Type.cpp | 941 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in TRIVIAL_TYPE_CLASS()
|
D | ASTContext.cpp | 2264 return Context.getAttributedType( in getFunctionTypeWithExceptionSpec() 3216 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, in getAttributedType() function in ASTContext
|
D | ASTImporter.cpp | 1788 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1211 QualType getAttributedType(AttributedType::Kind attrKind,
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 5458 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|