Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4654 IdentifierInfo *CommonScopeName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
4661 CommonScopeName = TryParseCXX11AttributeIdentifier( in ParseCXX11AttributeSpecifierInternal()
4663 if (!CommonScopeName) { in ParseCXX11AttributeSpecifierInternal()
4667 if (!TryConsumeToken(tok::colon) && CommonScopeName) in ParseCXX11AttributeSpecifierInternal()
4692 CommonScopeName); in ParseCXX11AttributeSpecifierInternal()
4712 if (CommonScopeName) { in ParseCXX11AttributeSpecifierInternal()
4717 ScopeName = CommonScopeName; in ParseCXX11AttributeSpecifierInternal()