Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp10978 bool AnyNoexcept = HasNoexcept(FPT->getReturnType()); in CheckFunctionDeclaration() local
10980 AnyNoexcept |= HasNoexcept(T); in CheckFunctionDeclaration()
10981 if (AnyNoexcept) in CheckFunctionDeclaration()