Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtCXX.cpp121 SubStmts[CoroutineBodyStmt::ResultDecl] = Args.ResultDecl; in CoroutineBodyStmt()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1565 this->ResultDecl = Res.get(); in makeGroDeclAndReturnStmt()
1610 this->ResultDecl = GroDeclStmt.get(); in makeGroDeclAndReturnStmt()
H A DTreeTransform.h7816 StmtResult ResultDecl = getDerived().TransformStmt(S->getResultDecl()); in TransformCoroutineBodyStmt() local
7817 if (ResultDecl.isInvalid()) in TransformCoroutineBodyStmt()
7819 Builder.ResultDecl = ResultDecl.get(); in TransformCoroutineBodyStmt()