Home
last modified time | relevance | path

Searched refs:FirstParamMove (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h334 FirstParamMove ///< First offset for move construction of parameter copies. enumerator
424 return {getStoredStmts() + SubStmt::FirstParamMove, NumParams}; in getParamMoves()
437 getStoredStmts() + SubStmt::FirstParamMove + NumParams); in children()
442 SubStmt::FirstParamMove + in children()
448 getStoredStmts() + SubStmt::FirstParamMove + NumParams); in childrenExclBody()
453 getStoredStmts() + SubStmt::FirstParamMove + in childrenExclBody()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp90 CoroutineBodyStmt::FirstParamMove + Args.ParamMoves.size()); in Create()
99 CoroutineBodyStmt::FirstParamMove + NumParams); in Create()
104 auto *ParamBegin = Result->getStoredStmts() + SubStmt::FirstParamMove; in Create()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp469 i < CoroutineBodyStmt::SubStmt::FirstParamMove + S->NumParams; ++i) in VisitCoroutineBodyStmt()