Searched defs:ReturnStmt (Results 1 – 10 of 10) sorted by relevance
180 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction()
332 ReturnStmt, ///< Return statement for the thunk function. enumerator359 Stmt *ReturnStmt = nullptr; member
68 class ReturnStmt; variable
1361 StmtResult ReturnStmt = makeReturnOnAllocFailure() local 1868 StmtResult ReturnStmt; makeGroDeclAndReturnStmt() local [all...]
8511 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, RetVal.get()); build() local 8738 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, VDRef.get()); visitExpandedSubobject() local
8209 if (auto *ReturnStmt = S->getReturnStmt()) { TransformCoroutineBodyStmt() local
1189 // ReturnStmt in ReturnStmt() function in ReturnStmt 1198 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) ReturnStmt() function in ReturnStmt [all...]
56 class ReturnStmt; variable
120 ReturnStmt, global() enumerator
8157 AST_MATCHER_P(ReturnStmt,hasReturnValue,internal::Matcher<Expr>,InnerMatcher) AST_MATCHER_P() argument