Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4580 IdentifierInfo *CommonScopeName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
4587 CommonScopeName = TryParseCXX11AttributeIdentifier( in ParseCXX11AttributeSpecifierInternal()
4589 if (!CommonScopeName) { in ParseCXX11AttributeSpecifierInternal()
4593 if (!TryConsumeToken(tok::colon) && CommonScopeName) in ParseCXX11AttributeSpecifierInternal()
4617 AttrLoc, Sema::AttributeCompletion::Attribute, CommonScopeName); in ParseCXX11AttributeSpecifierInternal()
4636 if (CommonScopeName) { in ParseCXX11AttributeSpecifierInternal()
4641 ScopeName = CommonScopeName; in ParseCXX11AttributeSpecifierInternal()