Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp56 bool IsInStd = ND->isStdNamespace(); in isLibstdcxxEagerExceptionSpecHack() local
57 if (!IsInStd) { in isLibstdcxxEagerExceptionSpecHack()
72 .Case("pair", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
73 .Case("priority_queue", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
74 .Case("stack", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
75 .Case("queue", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
H A DSemaInit.cpp446 bool IsInStd = false; in PerformEmptyInit() local
448 ND && !IsInStd; ND = dyn_cast<NamespaceDecl>(ND->getParent())) { in PerformEmptyInit()
450 IsInStd = true; in PerformEmptyInit()
453 if (IsInStd && llvm::StringSwitch<bool>(R->getName()) in PerformEmptyInit()