Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp10260 bool AnyNoexcept = HasNoexcept(FPT->getReturnType()); in CheckFunctionDeclaration() local
10262 AnyNoexcept |= HasNoexcept(T); in CheckFunctionDeclaration()
10263 if (AnyNoexcept) in CheckFunctionDeclaration()