Searched refs:getAttributedType (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 250 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 D | SemaExprObjC.cpp | 570 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 D | SemaObjCProperty.cpp | 2387 resultTy = Context.getAttributedType(attr::TypeNonNull, in ProcessPropertyDecl() 2461 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
|
| H A D | SemaDeclObjC.cpp | 4432 return S.Context.getAttributedType( in mergeTypeNullabilityForRedecl()
|
| H A D | TreeTransform.h | 6130 result = SemaRef.Context.getAttributedType(TL.getAttrKind(), in TransformAttributedType()
|
| H A D | SemaDecl.cpp | 2786 NewT = S.Context.getAttributedType( in mergeParamDeclTypes()
|
| H A D | SemaExpr.cpp | 7466 return Ctx.getAttributedType(NewAttr, ResTy, ResTy); in computeConditionalNullability()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 76 RT = Context.getAttributedType( in Desugar() 88 PT = Context.getAttributedType( in Desugar()
|
| H A D | ASTContext.cpp | 2768 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 D | Type.cpp | 1015 return Ctx.getAttributedType(T->getAttrKind(), modifiedType, in TRIVIAL_TYPE_CLASS()
|
| H A D | ASTImporter.cpp | 1354 return Importer.getToContext().getAttributedType(T->getAttrKind(), in VisitAttributedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1421 QualType getAttributedType(attr::Kind attrKind,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6170 return Context.getAttributedType(kind, modifiedType, equivalentType); in readTypeRecord()
|