Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12127 auto HasNoexcept = [&](QualType T) -> bool { in CheckFunctionDeclaration() local
12144 bool AnyNoexcept = HasNoexcept(FPT->getReturnType()); in CheckFunctionDeclaration()
12146 AnyNoexcept |= HasNoexcept(T); in CheckFunctionDeclaration()