Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp58 bool IsInStd = ND->isStdNamespace(); in isLibstdcxxEagerExceptionSpecHack() local
59 if (!IsInStd) { in isLibstdcxxEagerExceptionSpecHack()
74 .Case("pair", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
75 .Case("priority_queue", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
76 .Case("stack", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
77 .Case("queue", IsInStd) in isLibstdcxxEagerExceptionSpecHack()
H A DSemaInit.cpp545 bool IsInStd = false; in PerformEmptyInit() local
547 ND && !IsInStd; ND = dyn_cast<NamespaceDecl>(ND->getParent())) { in PerformEmptyInit()
549 IsInStd = true; in PerformEmptyInit()
552 if (IsInStd && llvm::StringSwitch<bool>(R->getName()) in PerformEmptyInit()