Home
last modified time | relevance | path

Searched refs:ScopeName (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DAttributeList.h57 IdentifierInfo *ScopeName; variable
122 : 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()
/external/clang/lib/Parse/
DParseDeclCXX.cpp2579 IdentifierInfo *ScopeName = 0, *AttrName = Tok.getIdentifierInfo(); in ParseCXX0XAttributes() local
2592 ScopeName = AttrName; in ParseCXX0XAttributes()
2602 if (!ScopeName) { in ParseCXX0XAttributes()