Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp6404 bool IsAnonymousNS = false; in checkAttributesAfterMerging() local
6408 while (NS && !IsAnonymousNS) { in checkAttributesAfterMerging()
6409 IsAnonymousNS = NS->isAnonymousNamespace(); in checkAttributesAfterMerging()
6417 bool AnonNSInMicrosoftMode = IsAnonymousNS && IsMicrosoft; in checkAttributesAfterMerging()