Searched refs:getAttributedType (Results 1 – 5 of 5) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 4136 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 D | TreeTransform.h | 5371 result = SemaRef.Context.getAttributedType(oldType->getAttrKind(), in TransformAttributedType()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1109 QualType getAttributedType(AttributedType::Kind attrKind,
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2130 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 D | ASTReader.cpp | 5451 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|