Home
last modified time | relevance | path

Searched refs:IsNoexcept (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h328 bool IsNoexcept = false; member
/freebsd-12.1/contrib/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp426 if (IsNoexcept) in outputPost()
H A DMicrosoftDemangle.cpp1715 FTy->IsNoexcept = demangleThrowSpecification(MangledName); in demangleFunctionType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp3545 bool IsNoexcept = Tok.is(tok::kw_noexcept); in tryParseExceptionSpecification() local
3552 if (IsNoexcept) { in tryParseExceptionSpecification()
3635 Parser &P, SourceRange Range, bool IsNoexcept) { in diagnoseDynamicExceptionSpecification() argument
3637 const char *Replacement = IsNoexcept ? "noexcept" : "noexcept(false)"; in diagnoseDynamicExceptionSpecification()
3639 P.getLangOpts().CPlusPlus17 && !IsNoexcept in diagnoseDynamicExceptionSpecification()