Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp250 QualType getAttributedType(Attr *A, QualType ModifiedType, in getAttributedType() function in __anonbf0734260111::TypeProcessingState
4280 T = state.getAttributedType( in GetFullTypeForDeclarator()
5882 Type = State.getAttributedType(ASAttr, T, T); in HandleAddressSpaceTypeAttribute()
6076 type = state.getAttributedType( in handleObjCOwnershipTypeAttr()
6193 type = state.getAttributedType( in handleObjCGCTypeAttr()
6406 Type = State.getAttributedType(A, Type, Type); in handleMSPointerTypeQualifierAttr()
6537 type = state.getAttributedType( in checkNullabilityTypeSpecifier()
6550 type = state.getAttributedType( in checkObjCKindOfType()
6591 type = state.getAttributedType( in checkObjCKindOfType()
6778 type = state.getAttributedType( in handleFunctionTypeAttr()
[all …]
H A DSemaExprObjC.cpp570 BoxedType = Context.getAttributedType( in BuildObjCBoxedExpr()
1264 return Context.getAttributedType( in stripObjCInstanceType()
1305 return Context.getAttributedType( in getBaseMessageSendResultType()
1380 NewResultType = Context.getAttributedType( in getMessageSendResultType()
1436 return Context.getAttributedType( in getMessageSendResultType()
H A DSemaObjCProperty.cpp2387 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl()
2461 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp4432 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
H A DTreeTransform.h6130 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
H A DSemaDecl.cpp2786 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
H A DSemaExpr.cpp7466 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp76 RT = Context.getAttributedType( in Desugar()
88 PT = Context.getAttributedType( in Desugar()
H A DASTContext.cpp2768 return getAttributedType( in getFunctionTypeWithExceptionSpec()
3929 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() function in ASTContext
5513 Result = const_cast<ASTContext *>(this)->getAttributedType( in getArrayDecayedType()
H A DType.cpp1015 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in TRIVIAL_TYPE_CLASS()
H A DASTImporter.cpp1354 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1421 QualType getAttributedType(attr::Kind attrKind,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6170 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()