reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
337 bool ChangeKWThisToIdent = attributeTreatsKeywordThisAsIdentifier(*AttrName); 338 bool AttributeIsTypeArgAttr = attributeIsTypeArgAttr(*AttrName); 347 bool IsIdentifierArg = attributeHasIdentifierArg(*AttrName) || 348 attributeHasVariadicIdentifierArg(*AttrName); 350 ParsedAttr::getParsedKind(AttrName, ScopeName, Syntax); 387 attributeHasVariadicIdentifierArg(*AttrName)) { 390 bool Uneval = attributeParsedArgsUnevaluated(*AttrName); 413 Attrs.addNewTypeAttr(AttrName, SourceRange(AttrNameLoc, RParen), 416 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc,