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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp121 SubStmts[CoroutineBodyStmt::ResultDecl] = Args.ResultDecl;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h330 ResultDecl, ///< Declaration holding the result of get_return_object. enumerator in enum:clang::final::SubStmt
357 Stmt *ResultDecl = nullptr; member in struct:clang::final::CtorArgs
412 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; }
/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp240 const T *ResultDecl; local
241 if (!ND || !hasBodyOrInit(ND, ResultDecl))
243 llvm::Optional<std::string> ResultLookupName = getLookupName(ResultDecl);
246 return ResultDecl;
320 if (const T *ResultDecl = findDefInDeclContext<T>(TU, *LookupName))
321 return importDefinition(ResultDecl, Unit);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1523 this->ResultDecl = Res.get();
1567 this->ResultDecl = GroDeclStmt.get();
H A DTreeTransform.h7708 assert(S->getResultDecl() && "ResultDecl must already be built");
7709 StmtResult ResultDecl = getDerived().TransformStmt(S->getResultDecl()); local
7710 if (ResultDecl.isInvalid())
7712 Builder.ResultDecl = ResultDecl.get();

Completed in 194 milliseconds