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.cpp12381 bool AnyNoexcept = HasNoexcept(FPT->getReturnType()); in CheckFunctionDeclaration() local
12383 AnyNoexcept |= HasNoexcept(T); in CheckFunctionDeclaration()
12384 if (AnyNoexcept) in CheckFunctionDeclaration()