Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtCXX.cpp89 CoroutineBodyStmt::FirstParamMove + Args.ParamMoves.size()); in Create()
98 CoroutineBodyStmt::FirstParamMove + NumParams); in Create()
103 auto *ParamBegin = Result->getStoredStmts() + SubStmt::FirstParamMove; in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h332 FirstParamMove ///< First offset for move construction of parameter copies. enumerator
420 return {getStoredStmts() + SubStmt::FirstParamMove, NumParams}; in getParamMoves()
433 getStoredStmts() + SubStmt::FirstParamMove + NumParams); in children()
438 SubStmt::FirstParamMove + in children()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp464 i < CoroutineBodyStmt::SubStmt::FirstParamMove + S->NumParams; ++i) in VisitCoroutineBodyStmt()