Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp3290 bool IsNoexcept = Tok.is(tok::kw_noexcept); in tryParseExceptionSpecification() local
3382 Parser &P, const SourceRange &Range, bool IsNoexcept) { in diagnoseDynamicExceptionSpecification()