Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h352 bool IsNoexcept = false; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp442 if (IsNoexcept) in outputPost()
H A DMicrosoftDemangle.cpp1851 FTy->IsNoexcept = demangleThrowSpecification(MangledName); in demangleFunctionType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3688 bool IsNoexcept = Tok.is(tok::kw_noexcept); in tryParseExceptionSpecification() local
3695 if (IsNoexcept) { in tryParseExceptionSpecification()
3778 Parser &P, SourceRange Range, bool IsNoexcept) { in diagnoseDynamicExceptionSpecification() argument
3780 const char *Replacement = IsNoexcept ? "noexcept" : "noexcept(false)"; in diagnoseDynamicExceptionSpecification()
3782 P.getLangOpts().CPlusPlus17 && !IsNoexcept in diagnoseDynamicExceptionSpecification()