Home
last modified time | relevance | path

Searched refs:LocalPacks (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp311 if (std::find_if(LSI->LocalPacks.begin(), LSI->LocalPacks.end(), in DiagnoseUnexpandedParameterPacks()
312 DeclaresThisPack) != LSI->LocalPacks.end()) in DiagnoseUnexpandedParameterPacks()
DSemaLambda.cpp879 getCurLambda()->LocalPacks.push_back(NewVD); in createLambdaInitCaptureVarDecl()
DSemaTemplate.cpp1051 LSI->LocalPacks.push_back(Param); in ActOnTypeParameter()
1546 LSI->LocalPacks.push_back(Param); in ActOnNonTypeTemplateParameter()
1613 LSI->LocalPacks.push_back(Param); in ActOnTemplateTemplateParameter()
DSemaDecl.cpp13724 LSI->LocalPacks.push_back(New); in CheckParameter()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h847 SmallVector<NamedDecl*, 4> LocalPacks; variable