Searched refs:ResultDecl (Results 1 – 5 of 5) sorted by relevance
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()
121 SubStmts[CoroutineBodyStmt::ResultDecl] = Args.ResultDecl; in CoroutineBodyStmt()
330 ResultDecl, ///< Declaration holding the result of get_return_object. enumerator357 Stmt *ResultDecl = nullptr; member412 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; } in getResultDecl()
1565 this->ResultDecl = Res.get(); in makeGroDeclAndReturnStmt()1610 this->ResultDecl = GroDeclStmt.get(); in makeGroDeclAndReturnStmt()
7816 StmtResult ResultDecl = getDerived().TransformStmt(S->getResultDecl()); in TransformCoroutineBodyStmt() local7817 if (ResultDecl.isInvalid()) in TransformCoroutineBodyStmt()7819 Builder.ResultDecl = ResultDecl.get(); in TransformCoroutineBodyStmt()