Searched refs:attrKind (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Type.h | 3623 AttributedType(QualType canon, Kind attrKind, 3630 AttributedTypeBits.AttrKind = attrKind; 3681 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind, 3683 ID.AddInteger(attrKind);
|
| HD | ASTContext.h | 1139 QualType getAttributedType(AttributedType::Kind attrKind,
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTContext.cpp | 3147 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, in getAttributedType() argument 3151 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType() 3159 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaType.cpp | 5554 auto attrKind = AttributedType::getNullabilityAttrKind(*nullability); in checkObjCKindOfType() local 5555 equivType = Context.getAttributedType(attrKind, equivType, equivType); in checkObjCKindOfType()
|