Searched refs:ScopeName (Results 1 – 2 of 2) sorted by relevance
57 IdentifierInfo *ScopeName; variable127 : AttrName(attrName), ScopeName(scopeName), ParmName(parmName), in AttributeList()146 : AttrName(attrName), ScopeName(scopeName), ParmName(parmName), in AttributeList()185 bool hasScope() const { return ScopeName; } in hasScope()186 IdentifierInfo *getScopeName() const { return ScopeName; } in getScopeName()
2914 IdentifierInfo *ScopeName = 0, *AttrName = 0; in ParseCXX11AttributeSpecifier() local2925 ScopeName = AttrName; in ParseCXX11AttributeSpecifier()2939 if (!ScopeName) { in ParseCXX11AttributeSpecifier()