Searched refs:getScopeName (Results 1 – 8 of 8) sorted by relevance
153 normalizeName(getAttrName(), getScopeName(), getSyntax())); in getNormalizedFullName()160 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex()
84 const char *getScopeName(Scope S) { in getScopeName() function126 << ", scope: " << formatv("{0:8}", getScopeName(Sym.getScope())) << ", " in operator <<()
48 !A.getScopeName()) in handleFallThroughAttr()334 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleLikely()343 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleUnlikely()
1975 bool IsCXX17Attr = AL.isCXX11Attribute() && !AL.getScopeName(); in handleUnusedAttr()2706 if (AL.isStandardAttributeSyntax() && !AL.getScopeName()) { in handleWarnUnusedResult()
186 const IdentifierInfo *getScopeName() const { return ScopeName; } in getScopeName() function
399 const char *getScopeName(Scope S);
4689 Record.AddIdentifierRef(A->getScopeName()); in AddAttr()
9200 Importer.Import(FromAttr->getScopeName()); in importAttr()