Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp88 const ASTContext &C, CoroutineBodyStmt::CtorArgs const &Args) { in Create()
102 auto *Result = new (Mem) CoroutineBodyStmt(CtorArgs()); in Create()
110 CoroutineBodyStmt::CoroutineBodyStmt(CoroutineBodyStmt::CtorArgs const &Args) in CoroutineBodyStmt()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h204 template <typename... CtorArgs>
206 CtorArgs &&...Args) { in emplace()
207 return concat(T(std::forward<CtorArgs>(Args)...), Tail); in emplace()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h24 class CoroutineStmtBuilder : public CoroutineBodyStmt::CtorArgs {
H A DSemaCoroutine.cpp1917 StmtResult Sema::BuildCoroutineBodyStmt(CoroutineBodyStmt::CtorArgs Args) { in BuildCoroutineBodyStmt()
H A DTreeTransform.h1602 StmtResult RebuildCoroutineBodyStmt(CoroutineBodyStmt::CtorArgs Args) { in RebuildCoroutineBodyStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h348 struct CtorArgs { struct
366 CoroutineBodyStmt(CtorArgs const& Args); argument
369 static CoroutineBodyStmt *Create(const ASTContext &C, CtorArgs const &Args);
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h1427 createRecord(StringRef USR, StringRef Name, CtorArgsContTy &&...CtorArgs);
1468 CtorArgsContTy &&...CtorArgs) { in createRecord() argument
1477 USRString, copyString(Name), std::forward<CtorArgsContTy>(CtorArgs)...); in createRecord()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2701 StmtResult BuildCoroutineBodyStmt(CoroutineBodyStmt::CtorArgs);