Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp11933 bool AnyNoexcept = HasNoexcept(FPT->getReturnType()); in CheckFunctionDeclaration() local
11935 AnyNoexcept |= HasNoexcept(T); in CheckFunctionDeclaration()
11936 if (AnyNoexcept) in CheckFunctionDeclaration()