Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp11587 auto HasNoexcept = [&](QualType T) -> bool { in CheckFunctionDeclaration() local
11604 bool AnyNoexcept = HasNoexcept(FPT->getReturnType()); in CheckFunctionDeclaration()
11606 AnyNoexcept |= HasNoexcept(T); in CheckFunctionDeclaration()