Home
last modified time | relevance | path

Searched refs:ResultDecl (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp121 SubStmts[CoroutineBodyStmt::ResultDecl] = Args.ResultDecl; in CoroutineBodyStmt()
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp267 const T *ResultDecl; in findDefInDeclContext() local
268 if (!ND || !hasBodyOrInit(ND, ResultDecl)) in findDefInDeclContext()
270 std::optional<std::string> ResultLookupName = getLookupName(ResultDecl); in findDefInDeclContext()
273 return ResultDecl; in findDefInDeclContext()
347 if (const T *ResultDecl = findDefInDeclContext<T>(TU, *LookupName)) in getCrossTUDefinitionImpl() local
348 return importDefinition(ResultDecl, Unit); in getCrossTUDefinitionImpl()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h330 ResultDecl, ///< Declaration holding the result of get_return_object. enumerator
357 Stmt *ResultDecl = nullptr; member
411 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; } in getResultDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1855 this->ResultDecl = Res.get(); in makeGroDeclAndReturnStmt()
1905 this->ResultDecl = GroDeclStmt.get(); in makeGroDeclAndReturnStmt()
H A DTreeTransform.h8202 if (auto *ResultDecl = S->getResultDecl()) { in TransformCoroutineBodyStmt() local
8203 StmtResult Res = getDerived().TransformStmt(ResultDecl); in TransformCoroutineBodyStmt()
8206 Builder.ResultDecl = Res.get(); in TransformCoroutineBodyStmt()