Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp59 bool IsInStd = ND->isStdNamespace(); in isLibstdcxxEagerExceptionSpecHack() local
60 if (!IsInStd) { in isLibstdcxxEagerExceptionSpecHack()
75 .Case("pair", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
76 .Case("priority_queue", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
77 .Case("stack", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
78 .Case("queue", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
H A DSemaInit.cpp558 bool IsInStd = false; in PerformEmptyInit() local
560 ND && !IsInStd; ND = dyn_cast<NamespaceDecl>(ND->getParent())) { in PerformEmptyInit()
562 IsInStd = true; in PerformEmptyInit()
565 if (IsInStd && llvm::StringSwitch<bool>(R->getName()) in PerformEmptyInit()