Searched refs:ScopeName (Results 1 – 2 of 2) sorted by relevance
57 IdentifierInfo *ScopeName; variable122 : AttrName(attrName), ScopeName(scopeName), ParmName(parmName), in AttributeList()139 : AttrName(attrName), ScopeName(scopeName), ParmName(parmName), in AttributeList()254 bool hasScope() const { return ScopeName; } in hasScope()255 IdentifierInfo *getScopeName() const { return ScopeName; } in getScopeName()
2579 IdentifierInfo *ScopeName = 0, *AttrName = Tok.getIdentifierInfo(); in ParseCXX0XAttributes() local2592 ScopeName = AttrName; in ParseCXX0XAttributes()2602 if (!ScopeName) { in ParseCXX0XAttributes()