Home
last modified time | relevance | path

Searched refs:attrKind (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h6001 AttributedType(QualType canon, attr::Kind attrKind, QualType modified,
6005 AttributedTypeBits.AttrKind = attrKind;
6078 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind,
6080 ID.AddInteger(attrKind);
HDASTContext.h1665 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp5162 QualType ASTContext::getAttributedType(attr::Kind attrKind, in getAttributedType() argument
5166 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
5174 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp7252 attr::Kind attrKind = AttributedType::getNullabilityAttrKind(Nullability); in CheckNullabilityTypeSpecifier() local
7253 QT = S.Context.getAttributedType(attrKind, QT, QT); in CheckNullabilityTypeSpecifier()