Searched refs:getScopeName (Results 1 – 8 of 8) sorted by relevance
119 normalizeName(getAttrName(), getScopeName(), getSyntax())); in getNormalizedFullName()126 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex()
47 !A.getScopeName()) in handleFallThroughAttr()279 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleLikely()288 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleUnlikely()
2320 bool IsCXX17Attr = AL.isCXX11Attribute() && !AL.getScopeName(); in handleUnusedAttr()3137 if (AL.isStandardAttributeSyntax() && !AL.getScopeName()) { in handleWarnUnusedResult()
79 const char *getScopeName(Scope S) { in getScopeName() function106 << ", scope: " << formatv("{0:8}", getScopeName(Sym.getScope())) << ", " in operator <<()
137 const IdentifierInfo *getScopeName() const { return ScopeName; } in getScopeName() function
386 const char *getScopeName(Scope S);
4379 Record.AddIdentifierRef(A->getScopeName()); in AddAttr()
8772 Importer.Import(FromAttr->getScopeName()); in importAttr()