Searched refs:ResultDecl (Results 1 – 5 of 5) sorted by relevance
267 const T *ResultDecl; in findDefInDeclContext() local268 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() local348 return importDefinition(ResultDecl, Unit); in getCrossTUDefinitionImpl()
121 SubStmts[CoroutineBodyStmt::ResultDecl] = Args.ResultDecl; in CoroutineBodyStmt()
330 ResultDecl, ///< Declaration holding the result of get_return_object. enumerator357 Stmt *ResultDecl = nullptr; member411 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; } in getResultDecl()
1765 this->ResultDecl = Res.get(); in makeGroDeclAndReturnStmt()1815 this->ResultDecl = GroDeclStmt.get(); in makeGroDeclAndReturnStmt()
8497 if (auto *ResultDecl = S->getResultDecl()) { in TransformCoroutineBodyStmt() local8498 StmtResult Res = getDerived().TransformStmt(ResultDecl); in TransformCoroutineBodyStmt()8501 Builder.ResultDecl = Res.get(); in TransformCoroutineBodyStmt()