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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h2679 ExtInfo(bool noReturn, bool hasRegParm, unsigned regParm, CallingConv cc, argument
2683 (noReturn ? NoReturnMask : 0) |
2717 ExtInfo withNoReturn(bool noReturn) const {
2718 if (noReturn)

Completed in 77 milliseconds