Searched refs:getScopeName (Results 1 – 7 of 7) sorted by relevance
116 normalizeName(getAttrName(), getScopeName(), getSyntax())); in getNormalizedFullName()123 StringRef Scope = normalizeAttrScopeName(getScopeName(), Syntax); in calculateAttributeSpellingListIndex()
46 !A.getScopeName()) in handleFallThroughAttr()221 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleLikely()230 if (!S.getLangOpts().CPlusPlus20 && A.isCXX11Attribute() && !A.getScopeName()) in handleUnlikely()
2179 bool IsCXX17Attr = AL.isCXX11Attribute() && !AL.getScopeName(); in handleUnusedAttr()2944 if (AL.isStandardAttributeSyntax() && !AL.getScopeName()) { in handleWarnUnusedResult()
81 const char *getScopeName(Scope S) { in getScopeName() function109 << ", scope: " << formatv("{0:8}", getScopeName(Sym.getScope())) << ", " in operator <<()
134 const IdentifierInfo *getScopeName() const { return ScopeName; } in getScopeName() function
363 const char *getScopeName(Scope S);
4158 Record.AddIdentifierRef(A->getScopeName()); in AddAttr()