Home
last modified time | relevance | path

Searched defs:attrKind (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/lib/Sema/
H A DSemaType.cpp5942 auto attrKind = AttributedType::getNullabilityAttrKind(*nullability); in checkObjCKindOfType() local
/aosp_15_r20/external/clang/lib/AST/
H A DASTContext.cpp3259 QualType ASTContext::getAttributedType(AttributedType::Kind attrKind, in getAttributedType()