Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DTypeLoc.cpp361 if (auto attributedLoc = getAs<AttributedTypeLoc>()) { in findNullabilityLoc() local
362 if (attributedLoc.getAttrKind() == AttributedType::attr_nullable || in findNullabilityLoc()
363 attributedLoc.getAttrKind() == AttributedType::attr_nonnull || in findNullabilityLoc()
364 attributedLoc.getAttrKind() == AttributedType::attr_null_unspecified) in findNullabilityLoc()
365 return attributedLoc.getAttrNameLoc(); in findNullabilityLoc()