Searched defs:ReturnStmt (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 332 ReturnStmt, ///< Return statement for the thunk function. enumerator 359 Stmt *ReturnStmt = nullptr; member
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ExprEngine.h | 68 class ReturnStmt; variable
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1271 StmtResult ReturnStmt = in makeReturnOnAllocFailure() local 1778 StmtResult ReturnStmt; in makeGroDeclAndReturnStmt() local
|
H A D | SemaDeclCXX.cpp | 8408 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, RetVal.get()); in build() local 8635 StmtResult ReturnStmt = S.BuildReturnStmt(Loc, VDRef.get()); in visitExpandedSubobject() local
|
H A D | TreeTransform.h | 8504 if (auto *ReturnStmt = S->getReturnStmt()) { in TransformCoroutineBodyStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1190 ReturnStmt::ReturnStmt(SourceLocation RL, Expr *E, const VarDecl *NRVOCandidate) in ReturnStmt() function in ReturnStmt 1199 ReturnStmt::ReturnStmt(EmptyShell Empty, bool HasNRVOCandidate) in ReturnStmt() function in ReturnStmt
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 56 class ReturnStmt; variable
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 122 ReturnStmt, enumerator
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8187 AST_MATCHER_P(ReturnStmt, hasReturnValue, internal::Matcher<Expr>, in AST_MATCHER_P() argument
|