Searched refs:IsAnonymousNS (Results 1 – 1 of 1) sorted by relevance
6900 bool IsAnonymousNS = false; in checkAttributesAfterMerging() local6904 while (NS && !IsAnonymousNS) { in checkAttributesAfterMerging()6905 IsAnonymousNS = NS->isAnonymousNamespace(); in checkAttributesAfterMerging()6913 bool AnonNSInMicrosoftMode = IsAnonymousNS && IsMicrosoft; in checkAttributesAfterMerging()