Home
last modified time | relevance | path

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

/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