Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDeclCXX.cpp4483 IdentifierInfo *CommonScopeName = nullptr; in ParseCXX11AttributeSpecifierInternal() local
4490 CommonScopeName = TryParseCXX11AttributeIdentifier( in ParseCXX11AttributeSpecifierInternal()
4492 if (!CommonScopeName) { in ParseCXX11AttributeSpecifierInternal()
4496 if (!TryConsumeToken(tok::colon) && CommonScopeName) in ParseCXX11AttributeSpecifierInternal()
4520 AttrLoc, Sema::AttributeCompletion::Attribute, CommonScopeName); in ParseCXX11AttributeSpecifierInternal()
4539 if (CommonScopeName) { in ParseCXX11AttributeSpecifierInternal()
4544 ScopeName = CommonScopeName; in ParseCXX11AttributeSpecifierInternal()