Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DType.h3649 AttributedType(QualType canon, Kind attrKind,
3656 AttributedTypeBits.AttrKind = attrKind;
3724 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind,
3726 ID.AddInteger(attrKind);
DASTContext.h1211 QualType getAttributedType(AttributedType::Kind attrKind,
/external/clang/lib/AST/
DASTContext.cpp3216 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, in getAttributedType() argument
3220 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
3228 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/external/clang/lib/Sema/
DSemaType.cpp5631 auto attrKind = AttributedType::getNullabilityAttrKind(*nullability); in checkObjCKindOfType() local
5632 equivType = Context.getAttributedType(attrKind, equivType, equivType); in checkObjCKindOfType()