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

/external/clang/include/clang/AST/
H A DType.h2931 ExtInfo(bool noReturn, bool hasRegParm, unsigned regParm, CallingConv cc, argument
2935 (noReturn ? NoReturnMask : 0) |
2969 ExtInfo withNoReturn(bool noReturn) const {
2970 if (noReturn)

Completed in 316 milliseconds