Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp4391 IdentifierInfo *CommonScopeName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
4398 CommonScopeName = TryParseCXX11AttributeIdentifier( in ParseCXX11AttributeSpecifierInternal()
4400 if (!CommonScopeName) { in ParseCXX11AttributeSpecifierInternal()
4404 if (!TryConsumeToken(tok::colon) && CommonScopeName) in ParseCXX11AttributeSpecifierInternal()
4430 AttrLoc, Sema::AttributeCompletion::Attribute, CommonScopeName); in ParseCXX11AttributeSpecifierInternal()
4449 if (CommonScopeName) { in ParseCXX11AttributeSpecifierInternal()
4454 ScopeName = CommonScopeName; in ParseCXX11AttributeSpecifierInternal()