Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3130 bool IsNoexcept = Tok.is(tok::kw_noexcept); in tryParseExceptionSpecification() local
3137 if (IsNoexcept) { in tryParseExceptionSpecification()
3219 Parser &P, const SourceRange &Range, bool IsNoexcept) { in diagnoseDynamicExceptionSpecification() argument
3221 const char *Replacement = IsNoexcept ? "noexcept" : "noexcept(false)"; in diagnoseDynamicExceptionSpecification()