Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4136 type = S.Context.getAttributedType(AttributedType::attr_objc_ownership, in handleObjCOwnershipTypeAttr()
4228 type = S.Context.getAttributedType(AttributedType::attr_objc_gc, in handleObjCGCTypeAttr()
4423 Type = S.Context.getAttributedType(TAK, Type, Type); in handleMSPointerTypeQualifierAttr()
4590 type = S.Context.getAttributedType(CCAttrKind, type, Equivalent); in handleFunctionTypeAttr()
H A DTreeTransform.h5371 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1109 QualType getAttributedType(AttributedType::Kind attrKind,
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2130 return Context.getAttributedType( in getFunctionTypeWithExceptionSpec()
3072 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, in getAttributedType() function in ASTContext
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5451 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()