Searched refs:getAttributedType (Results 1 – 12 of 12) sorted by relevance
/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/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()
|