Searched defs:isNoReturn (Results 1 – 8 of 8) sorted by relevance
115 bool isNoReturn(unsigned ID) const { in isNoReturn() function
127 bool isNoReturn; member
665 bool isNoReturn() const { return NoReturn; } in isNoReturn() function
1992 bool isNoReturn() const { return getFlags() & FlagNoReturn; } in isNoReturn() function
1281 void ItaniumCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
880 void MicrosoftCXXABI::emitRethrow(CodeGenFunction &CGF, bool isNoReturn) { in emitRethrow()
4934 AST_MATCHER(FunctionDecl, isNoReturn) { return Node.isNoReturn(); } in AST_MATCHER() argument
3222 bool FunctionDecl::isNoReturn() const { in isNoReturn() function in FunctionDecl