Searched refs:IsAnonymousNS (Results 1 – 1 of 1) sorted by relevance
6404 bool IsAnonymousNS = false; in checkAttributesAfterMerging() local6408 while (NS && !IsAnonymousNS) { in checkAttributesAfterMerging()6409 IsAnonymousNS = NS->isAnonymousNamespace(); in checkAttributesAfterMerging()6417 bool AnonNSInMicrosoftMode = IsAnonymousNS && IsMicrosoft; in checkAttributesAfterMerging()