Home
last modified time | relevance | path

Searched refs:ParamBegin (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp104 auto *ParamBegin = Result->getStoredStmts() + SubStmt::FirstParamMove; in Create() local
105 std::uninitialized_fill(ParamBegin, ParamBegin + NumParams, in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp5698 for (TemplateParameterList::iterator ParamBegin = Params->begin(), in CheckTemplateArgumentList() local
5700 Param = ParamBegin; in CheckTemplateArgumentList()
5703 if (size_t ParamIdx = Param - ParamBegin; in CheckTemplateArgumentList()