Searched refs:attrKind (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Type.h | 6001 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);
|
| HD | ASTContext.h | 1665 QualType getAttributedType(attr::Kind attrKind, QualType modifiedType,
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | ASTContext.cpp | 5162 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/ |
| HD | SemaType.cpp | 7252 attr::Kind attrKind = AttributedType::getNullabilityAttrKind(Nullability); in CheckNullabilityTypeSpecifier() local 7253 QT = S.Context.getAttributedType(attrKind, QT, QT); in CheckNullabilityTypeSpecifier()
|