Searched defs:isNoReturn (Results 1 – 8 of 8) sorted by relevance
85 bool isNoReturn; member
132 bool isNoReturn(unsigned ID) const { in isNoReturn() function
668 bool isNoReturn() const { return NoReturn; } in isNoReturn() function
2033 bool isNoReturn() const { return getFlags() & FlagNoReturn; } in isNoReturn() function
1244 void ItaniumCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
899 void MicrosoftCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
3348 bool FunctionDecl::isNoReturn() const { in isNoReturn() function in FunctionDecl
5104 AST_MATCHER(FunctionDecl, isNoReturn) { return Node.isNoReturn(); } in AST_MATCHER() argument