Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3130 bool IsNoexcept = Tok.is(tok::kw_noexcept); in tryParseExceptionSpecification() local
3219 Parser &P, const SourceRange &Range, bool IsNoexcept) { in diagnoseDynamicExceptionSpecification()