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

/external/clang/include/clang/AST/
H A DType.h2699 ExtInfo(bool noReturn, bool hasRegParm, unsigned regParm, CallingConv cc, argument
2703 (noReturn ? NoReturnMask : 0) |
2737 ExtInfo withNoReturn(bool noReturn) const {
2738 if (noReturn)

Completed in 48 milliseconds