Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp345 return CEB->getReturnStmt(); in getStmtForDiagnostics()
H A DExprEngineCXX.cpp223 const Expr *RetE = RCC->getReturnStmt()->getRetValue(); in computeObjectUnderConstruction()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DConstructionContext.h571 const ReturnStmt *getReturnStmt() const { return RS; } in getReturnStmt() function
H A DProgramPoint.h674 const ReturnStmt *getReturnStmt() const { in getReturnStmt() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtCXX.h413 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; } in getReturnStmt() function
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp704 if (Stmt *Ret = S.getReturnStmt()) in EmitCoroutineBody()
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp708 if (const ReturnStmt *RS = CEB->getReturnStmt()) in create()
H A DCFG.cpp5412 Stmts.push_back(RSCC->getReturnStmt()); in print_construction_context()
5418 Stmts.push_back(RSCC->getReturnStmt()); in print_construction_context()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h7821 if (auto *ReturnStmt = S->getReturnStmt()) { in TransformCoroutineBodyStmt()