Searched defs:isNoReturn (Results 1 – 8 of 8) sorted by relevance
80 bool isNoReturn; member
132 bool isNoReturn(unsigned ID) const { in isNoReturn() function
687 bool isNoReturn() const { return NoReturn; } in isNoReturn() function
1855 bool isNoReturn() const { return getFlags() & FlagNoReturn; } in isNoReturn() function
909 void MicrosoftCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
1412 void ItaniumCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
5366 AST_MATCHER(FunctionDecl, isNoReturn) { return Node.isNoReturn(); } in AST_MATCHER() argument
3517 bool FunctionDecl::isNoReturn() const { in isNoReturn() function in FunctionDecl