Home
last modified time | relevance | path

Searched refs:getReturnStmt (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h411 assert(getReturnStmt()); in getReturnValue()
412 auto *RS = cast<clang::ReturnStmt>(getReturnStmt()); in getReturnValue()
415 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; } in getReturnStmt() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp573 assert(ReturnValue.isValid() == (bool)S.getReturnStmt()); in EmitCoroutineBody()
650 if (Stmt *Ret = S.getReturnStmt()) { in EmitCoroutineBody()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp344 return CEB->getReturnStmt(); in getStmtForDiagnostics()
H A DExprEngineCXX.cpp241 const Expr *RetE = RCC->getReturnStmt()->getRetValue(); in computeObjectUnderConstruction()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DConstructionContext.h594 const ReturnStmt *getReturnStmt() const { return RS; } in getReturnStmt() function
H A DProgramPoint.h672 const ReturnStmt *getReturnStmt() const { in getReturnStmt() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp707 if (const ReturnStmt *RS = CEB->getReturnStmt()) in create()
H A DCFG.cpp5699 Stmts.push_back(RSCC->getReturnStmt()); in print_construction_context()
5705 Stmts.push_back(RSCC->getReturnStmt()); in print_construction_context()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h8051 if (auto *ReturnStmt = S->getReturnStmt()) { in TransformCoroutineBodyStmt()