Searched defs:ReturnStmt (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtCXX.h | 330 ReturnStmt, ///< Return statement for the thunk function. enumerator 356 Stmt *ReturnStmt = nullptr; member
|
H A D | Stmt.h | 264 friend class ReturnStmt; in alignas() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TestAfterDivZeroChecker.cpp | 182 void TestAfterDivZeroChecker::checkEndFunction(const ReturnStmt *, in checkEndFunction()
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 68 class ReturnStmt; variable
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1256 StmtResult ReturnStmt = in makeReturnOnAllocFailure() local 1753 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, ReturnValue); in makeGroDeclAndReturnStmt() local
|
H A D | SemaDeclCXX.cpp | 8271 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, RetVal.get()); in build() local 8497 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, VDRef.get()); in visitExpandedSubobject() local
|
H A D | TreeTransform.h | 8051 if (auto *ReturnStmt = S->getReturnStmt()) { in TransformCoroutineBodyStmt() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Stmt.cpp | 1188 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 D | ScopeInfo.h | 56 class ReturnStmt; variable
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 118 ReturnStmt, enumerator
|
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 7881 AST_MATCHER_P(ReturnStmt, hasReturnValue, internal::Matcher<Expr>, in AST_MATCHER_P() argument
|