Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnhandledExceptionAtNewCheck.cpp57 auto FunctionMayNotThrow = functionDecl(isNoThrow()); in registerMatchers() local
61 hasAncestor(FunctionMayNotThrow)) in registerMatchers()