Searched refs:attrKind (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/AST/ |
D | Type.h | 3649 AttributedType(QualType canon, Kind attrKind, 3656 AttributedTypeBits.AttrKind = attrKind; 3724 static void Profile(llvm::FoldingSetNodeID &ID, Kind attrKind, 3726 ID.AddInteger(attrKind);
|
D | ASTContext.h | 1211 QualType getAttributedType(AttributedType::Kind attrKind,
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 3216 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/ |
D | SemaType.cpp | 5631 auto attrKind = AttributedType::getNullabilityAttrKind(*nullability); in checkObjCKindOfType() local 5632 equivType = Context.getAttributedType(attrKind, equivType, equivType); in checkObjCKindOfType()
|