Searched refs:ResultDecl (Results 1 – 5 of 5) sorted by relevance
121 SubStmts[CoroutineBodyStmt::ResultDecl] = Args.ResultDecl; in CoroutineBodyStmt()
239 const T *ResultDecl; in findDefInDeclContext() local240 if (!ND || !hasBodyOrInit(ND, ResultDecl)) in findDefInDeclContext()242 llvm::Optional<std::string> ResultLookupName = getLookupName(ResultDecl); in findDefInDeclContext()245 return ResultDecl; in findDefInDeclContext()319 if (const T *ResultDecl = findDefInDeclContext<T>(TU, *LookupName)) in getCrossTUDefinitionImpl() local320 return importDefinition(ResultDecl, Unit); in getCrossTUDefinitionImpl()
330 ResultDecl, ///< Declaration holding the result of get_return_object. enumerator357 Stmt *ResultDecl = nullptr; member412 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; } in getResultDecl()
1563 this->ResultDecl = Res.get(); in makeGroDeclAndReturnStmt()1607 this->ResultDecl = GroDeclStmt.get(); in makeGroDeclAndReturnStmt()
7725 StmtResult ResultDecl = getDerived().TransformStmt(S->getResultDecl()); in TransformCoroutineBodyStmt() local7726 if (ResultDecl.isInvalid()) in TransformCoroutineBodyStmt()7728 Builder.ResultDecl = ResultDecl.get(); in TransformCoroutineBodyStmt()