Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp11916 auto HasNoexcept = [&](QualType T) -> bool { in CheckFunctionDeclaration() local
11933 bool AnyNoexcept = HasNoexcept(FPT->getReturnType()); in CheckFunctionDeclaration()
11935 AnyNoexcept |= HasNoexcept(T); in CheckFunctionDeclaration()