Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp11036 auto HasNoexcept = [&](QualType T) -> bool { in CheckFunctionDeclaration() local
11053 bool AnyNoexcept = HasNoexcept(FPT->getReturnType()); in CheckFunctionDeclaration()
11055 AnyNoexcept |= HasNoexcept(T); in CheckFunctionDeclaration()