Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp10243 auto HasNoexcept = [&](QualType T) -> bool { in CheckFunctionDeclaration() local
10260 bool AnyNoexcept = HasNoexcept(FPT->getReturnType()); in CheckFunctionDeclaration()
10262 AnyNoexcept |= HasNoexcept(T); in CheckFunctionDeclaration()