Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3688 bool IsNoexcept = Tok.is(tok::kw_noexcept); in tryParseExceptionSpecification() local
3778 Parser &P, SourceRange Range, bool IsNoexcept) { in diagnoseDynamicExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h352 bool IsNoexcept = false; member