Searched refs:IsInStd (Results 1 – 2 of 2) sorted by relevance
61 bool IsInStd = ND->isStdNamespace(); in isLibstdcxxEagerExceptionSpecHack() local62 if (!IsInStd) { in isLibstdcxxEagerExceptionSpecHack()77 .Case("pair", IsInStd) in isLibstdcxxEagerExceptionSpecHack()78 .Case("priority_queue", IsInStd) in isLibstdcxxEagerExceptionSpecHack()79 .Case("stack", IsInStd) in isLibstdcxxEagerExceptionSpecHack()80 .Case("queue", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
669 bool IsInStd = false; in PerformEmptyInit() local671 ND && !IsInStd; ND = dyn_cast<NamespaceDecl>(ND->getParent())) { in PerformEmptyInit()673 IsInStd = true; in PerformEmptyInit()676 if (IsInStd && llvm::StringSwitch<bool>(R->getName()) in PerformEmptyInit()