Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DType.h3819 AttributedType(QualType canon, Kind attrKind,
3826 AttributedTypeBits.AttrKind = attrKind;
3894 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind,
3896 ID.AddInteger(attrKind);
DASTContext.h1224 QualType getAttributedType(AttributedType::Kind attrKind,
/external/clang/lib/AST/
DASTContext.cpp3259 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, in getAttributedType() argument
3263 AttributedType::Profile(id, attrKind, modifiedType, equivalentType); in getAttributedType()
3271 AttributedType(canon, attrKind, modifiedType, equivalentType); in getAttributedType()
/external/clang/lib/Sema/
DSemaType.cpp5942 auto attrKind = AttributedType::getNullabilityAttrKind(*nullability); in checkObjCKindOfType() local
5943 equivType = Context.getAttributedType(attrKind, equivType, equivType); in checkObjCKindOfType()