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.cpp330 static bool attributeIsTypeArgAttr(const IdentifierInfo &II) { in attributeIsTypeArgAttr() function
468 bool AttributeIsTypeArgAttr = attributeIsTypeArgAttr(*AttrName); in ParseAttributeArgsCommon()
628 } else if (attributeIsTypeArgAttr(*AttrName)) { in ParseGNUAttributeArgs()