Lines Matching refs:ScopeName
4587 IdentifierInfo *ScopeName) { in IsBuiltInOrStandardCXX11Attribute() argument
4589 ParsedAttr::getParsedKind(AttrName, ScopeName, ParsedAttr::AS_CXX11)) { in IsBuiltInOrStandardCXX11Attribute()
4599 return !ScopeName && AttrName->getName() == "nodiscard"; in IsBuiltInOrStandardCXX11Attribute()
4601 return !ScopeName && AttrName->getName() == "maybe_unused"; in IsBuiltInOrStandardCXX11Attribute()
4679 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseCXX11AttributeArgs() argument
4689 if (hasAttribute(AttributeCommonInfo::Syntax::AS_Microsoft, ScopeName, in ParseCXX11AttributeArgs()
4699 ScopeName, AttrName, getTargetInfo(), getLangOpts())) { in ParseCXX11AttributeArgs()
4706 if (ScopeName && (ScopeName->isStr("gnu") || ScopeName->isStr("__gnu__"))) { in ParseCXX11AttributeArgs()
4709 ParseGNUAttributeArgs(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseCXX11AttributeArgs()
4715 if (ScopeName && ScopeName->isStr("omp") && in ParseCXX11AttributeArgs()
4730 if (ScopeName && (ScopeName->isStr("clang") || ScopeName->isStr("_Clang"))) in ParseCXX11AttributeArgs()
4732 ScopeName, ScopeLoc, Form); in ParseCXX11AttributeArgs()
4734 else if (!ScopeName && AttrName->isStr("assume")) { in ParseCXX11AttributeArgs()
4740 ScopeName, ScopeLoc, Form); in ParseCXX11AttributeArgs()
4743 IsBuiltInOrStandardCXX11Attribute(AttrName, ScopeName)) { in ParseCXX11AttributeArgs()
4882 IdentifierInfo *ScopeName = nullptr, *AttrName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
4893 ScopeName = AttrName; in ParseCXX11AttributeSpecifierInternal()
4898 ScopeName); in ParseCXX11AttributeSpecifierInternal()
4907 if (ScopeName) { in ParseCXX11AttributeSpecifierInternal()
4911 ScopeName = CommonScopeName; in ParseCXX11AttributeSpecifierInternal()
4919 ScopeName, ScopeLoc, OpenMPTokens); in ParseCXX11AttributeSpecifierInternal()
4925 ScopeName, ScopeLoc, nullptr, 0, in ParseCXX11AttributeSpecifierInternal()