Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11112 bool AnyNoexcept = HasNoexcept(FPT->getReturnType()); in CheckFunctionDeclaration() local
11114 AnyNoexcept |= HasNoexcept(T); in CheckFunctionDeclaration()
11115 if (AnyNoexcept) in CheckFunctionDeclaration()