Home | History | Annotate | Download | only in Parse

Lines Matching defs:ScopeName

3200                                                IdentifierInfo *ScopeName) {
3201 switch (AttributeList::getKind(AttrName, ScopeName,
3233 IdentifierInfo *ScopeName,
3240 if (!hasAttribute(AttrSyntax::CXX, ScopeName, AttrName,
3248 if (ScopeName && ScopeName->getName() == "gnu")
3251 ParseGNUAttributeArgs(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
3256 ScopeName, ScopeLoc, AttributeList::AS_CXX11);
3259 if (Attr && IsBuiltInOrStandardCXX11Attribute(AttrName, ScopeName)) {
3331 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr;
3340 ScopeName = AttrName;
3351 bool StandardAttr = IsBuiltInOrStandardCXX11Attribute(AttrName, ScopeName);
3362 ScopeName, ScopeLoc);
3368 ScopeName, ScopeLoc, nullptr, 0, AttributeList::AS_CXX11);