Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6900 bool IsAnonymousNS = false; in checkAttributesAfterMerging() local
6904 while (NS && !IsAnonymousNS) { in checkAttributesAfterMerging()
6905 IsAnonymousNS = NS->isAnonymousNamespace(); in checkAttributesAfterMerging()
6913 bool AnonNSInMicrosoftMode = IsAnonymousNS && IsMicrosoft; in checkAttributesAfterMerging()