Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h885 SmallVector<NamedDecl*, 4> LocalPacks; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp312 if (llvm::any_of(LSI->LocalPacks, DeclaresThisPack)) in DiagnoseUnexpandedParameterPacks()
H A DSemaLambda.cpp829 getCurLambda()->LocalPacks.push_back(NewVD); in createLambdaInitCaptureVarDecl()
H A DSemaTemplate.cpp1058 LSI->LocalPacks.push_back(Param); in ActOnTypeParameter()
1593 LSI->LocalPacks.push_back(Param); in ActOnNonTypeTemplateParameter()
1651 LSI->LocalPacks.push_back(Param); in ActOnTemplateTemplateParameter()
H A DSemaDecl.cpp15339 LSI->LocalPacks.push_back(New); in CheckParameter()