Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp468 bool AttributeIsTypeArgAttr = attributeIsTypeArgAttr(*AttrName); in ParseAttributeArgsCommon() local
502 if (AttributeIsTypeArgAttr) { in ParseAttributeArgsCommon()
581 if (AttributeIsTypeArgAttr && !TheParsedType.get().isNull()) { in ParseAttributeArgsCommon()