Home
last modified time | relevance | path

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

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