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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2817 ExceptionSpecificationType NoexceptType = EST_None; local
2824 NoexceptType = EST_ComputedNoexcept;
2835 NoexceptType = EST_BasicNoexcept;
2841 Result = NoexceptType;

Completed in 1016 milliseconds