Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h3623 AttributedType(QualType canon, Kind attrKind,
3630 AttributedTypeBits.AttrKind = attrKind;
3681 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind,
3683 ID.AddInteger(attrKind);
HDASTContext.h1139 QualType getAttributedType(AttributedType::Kind attrKind,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3147 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/
HDSemaType.cpp5554 auto attrKind = AttributedType::getNullabilityAttrKind(*nullability); in checkObjCKindOfType() local
5555 equivType = Context.getAttributedType(attrKind, equivType, equivType); in checkObjCKindOfType()