Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4848 IdentifierInfo *CommonScopeName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
4855 CommonScopeName = TryParseCXX11AttributeIdentifier( in ParseCXX11AttributeSpecifierInternal()
4857 if (!CommonScopeName) { in ParseCXX11AttributeSpecifierInternal()
4861 if (!TryConsumeToken(tok::colon) && CommonScopeName) in ParseCXX11AttributeSpecifierInternal()
4886 CommonScopeName); in ParseCXX11AttributeSpecifierInternal()
4906 if (CommonScopeName) { in ParseCXX11AttributeSpecifierInternal()
4911 ScopeName = CommonScopeName; in ParseCXX11AttributeSpecifierInternal()