Home
last modified time | relevance | path

Searched defs:ReturnStmt (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h330 ReturnStmt, ///< Return statement for the thunk function. enumerator
356 Stmt *ReturnStmt = nullptr; member
H A DStmt.h264 friend class ReturnStmt; in alignas() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp182 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h68 class ReturnStmt; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1256 StmtResult ReturnStmt = in makeReturnOnAllocFailure() local
1753 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, ReturnValue); in makeGroDeclAndReturnStmt() local
H A DSemaDeclCXX.cpp8271 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, RetVal.get()); in build() local
8497 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, VDRef.get()); in visitExpandedSubobject() local
H A DTreeTransform.h8051 if (auto *ReturnStmt = S->getReturnStmt()) { in TransformCoroutineBodyStmt() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmt.cpp1188 ReturnStmt::ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) in ReturnStmt() function in ReturnStmt
1197 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt() function in ReturnStmt
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h56 class ReturnStmt; variable
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.cpp118 ReturnStmt, enumerator
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7881 AST_MATCHER_P(ReturnStmt, hasReturnValue, internal::Matcher<Expr>, in AST_MATCHER_P() argument