Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp369 bool AttributeIsTypeArgAttr = attributeIsTypeArgAttr(*AttrName); in ParseAttributeArgsCommon() local
403 if (AttributeIsTypeArgAttr) { in ParseAttributeArgsCommon()
484 if (AttributeIsTypeArgAttr && !TheParsedType.get().isNull()) { in ParseAttributeArgsCommon()