Home
last modified time | relevance | path

Searched refs:CtorArgs (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/lib/AST/
DStmtCXX.cpp87 const ASTContext &C, CoroutineBodyStmt::CtorArgs const &Args) { in Create()
101 auto *Result = new (Mem) CoroutineBodyStmt(CtorArgs()); in Create()
109 CoroutineBodyStmt::CoroutineBodyStmt(CoroutineBodyStmt::CtorArgs const &Args) in CoroutineBodyStmt()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableList.h203 template <typename ...CtorArgs>
205 CtorArgs &&...Args) { in emplace()
206 return concat(T(std::forward<CtorArgs>(Args)...), Tail); in emplace()
/external/llvm-project/llvm/include/llvm/ADT/
DImmutableList.h203 template <typename ...CtorArgs>
205 CtorArgs &&...Args) { in emplace()
206 return concat(T(std::forward<CtorArgs>(Args)...), Tail); in emplace()
/external/llvm-project/clang/lib/Sema/
DCoroutineStmtBuilder.h24 class CoroutineStmtBuilder : public CoroutineBodyStmt::CtorArgs {
DSemaCoroutine.cpp1691 StmtResult Sema::BuildCoroutineBodyStmt(CoroutineBodyStmt::CtorArgs Args) { in BuildCoroutineBodyStmt()
DTreeTransform.h1490 StmtResult RebuildCoroutineBodyStmt(CoroutineBodyStmt::CtorArgs Args) { in RebuildCoroutineBodyStmt()
/external/llvm-project/clang/include/clang/AST/
DStmtCXX.h347 struct CtorArgs { struct
365 CoroutineBodyStmt(CtorArgs const& Args); argument
368 static CoroutineBodyStmt *Create(const ASTContext &C, CtorArgs const &Args);
/external/llvm-project/clang/include/clang/Sema/
DSema.h9987 StmtResult BuildCoroutineBodyStmt(CoroutineBodyStmt::CtorArgs);