Home
last modified time | relevance | path

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

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