Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtCXX.cpp121 SubStmts[CoroutineBodyStmt::ResultDecl] = Args.ResultDecl; in CoroutineBodyStmt()
/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp239 const T *ResultDecl; in findDefInDeclContext() local
240 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() local
320 return importDefinition(ResultDecl, Unit); in getCrossTUDefinitionImpl()
/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h330 ResultDecl, ///< Declaration holding the result of get_return_object. enumerator
357 Stmt *ResultDecl = nullptr; member
412 Stmt *getResultDecl() const { return getStoredStmts()[SubStmt::ResultDecl]; } in getResultDecl()
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp1563 this->ResultDecl = Res.get(); in makeGroDeclAndReturnStmt()
1607 this->ResultDecl = GroDeclStmt.get(); in makeGroDeclAndReturnStmt()
DTreeTransform.h7725 StmtResult ResultDecl = getDerived().TransformStmt(S->getResultDecl()); in TransformCoroutineBodyStmt() local
7726 if (ResultDecl.isInvalid()) in TransformCoroutineBodyStmt()
7728 Builder.ResultDecl = ResultDecl.get(); in TransformCoroutineBodyStmt()