Home
last modified time | relevance | path

Searched refs:getAttributedType (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp3559 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()
DSemaObjCProperty.cpp2145 resultTy = Context.getAttributedType(AttributedType::attr_nonnull, in ProcessPropertyDecl()
2215 paramTy = Context.getAttributedType(AttributedType::attr_nullable, in ProcessPropertyDecl()
DSemaExprObjC.cpp1258 return Context.getAttributedType( in stripObjCInstanceType()
1299 return Context.getAttributedType( in getBaseMessageSendResultType()
1399 return Context.getAttributedType( in getMessageSendResultType()
DSemaDeclObjC.cpp4080 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
DTreeTransform.h5591 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()
DSemaDecl.cpp2505 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
/external/clang/lib/AST/
DASTDiagnostic.cpp76 RT = Context.getAttributedType( in Desugar()
88 PT = Context.getAttributedType( in Desugar()
DType.cpp941 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in TRIVIAL_TYPE_CLASS()
DASTContext.cpp2264 return Context.getAttributedType( in getFunctionTypeWithExceptionSpec()
3216 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, in getAttributedType() function in ASTContext
DASTImporter.cpp1788 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/external/clang/include/clang/AST/
DASTContext.h1211 QualType getAttributedType(AttributedType::Kind attrKind,
/external/clang/lib/Serialization/
DASTReader.cpp5458 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()