Searched refs:NoexceptType (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3668 ExceptionSpecificationType NoexceptType = EST_None; local
3679 NoexceptType);
3682 NoexceptType = EST_BasicNoexcept;
3686 NoexceptType = EST_BasicNoexcept;
3692 Result = NoexceptType;

Completed in 112 milliseconds