Home
last modified time | relevance | path

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

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