Searched defs:isNoReturn (Results 1 – 8 of 8) sorted by relevance
132 bool isNoReturn(unsigned ID) const { in isNoReturn() function
676 bool isNoReturn() const { return NoReturn; } isNoReturn() function
1797 bool isNoReturn() const { return getFlags() & FlagNoReturn; } isNoReturn() function
1267 emitRethrow(CodeGenFunction & CGF,bool isNoReturn) emitRethrow() argument
911 emitRethrow(CodeGenFunction & CGF,bool isNoReturn) emitRethrow() argument
5342 AST_MATCHER(FunctionDecl,isNoReturn) AST_MATCHER() argument
3480 bool FunctionDecl::isNoReturn() const { isNoReturn() function in FunctionDecl