Home
last modified time | relevance | path

Searched defs:getReturnStmt (Results 1 – 3 of 3) sorted by relevance

/llvm-project/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
/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h419 Stmt *getReturnStmt() const { return getStoredStmts()[SubStmt::ReturnStmt]; } in getReturnStmt() function