Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmtCXX.cpp121 SubStmts[CoroutineBodyStmt::ResultDecl] = Args.ResultDecl; in CoroutineBodyStmt()
/freebsd-14-stable/contrib/llvm-project/clang/lib/CrossTU/
HDCrossTranslationUnit.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-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtCXX.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-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaCoroutine.cpp1765 this->ResultDecl = Res.get(); in makeGroDeclAndReturnStmt()
1815 this->ResultDecl = GroDeclStmt.get(); in makeGroDeclAndReturnStmt()
HDTreeTransform.h8497 if (auto *ResultDecl = S->getResultDecl()) { in TransformCoroutineBodyStmt() local
8498 StmtResult Res = getDerived().TransformStmt(ResultDecl); in TransformCoroutineBodyStmt()
8501 Builder.ResultDecl = Res.get(); in TransformCoroutineBodyStmt()