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.h735 SmallVector<NamedDecl *, 4> LocalPacks; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp380 if (llvm::any_of(CSI->LocalPacks, DeclaresThisPack)) in DiagnoseUnexpandedParameterPacks()
H A DSemaLambda.cpp892 getCurLambda()->LocalPacks.push_back(NewVD); in createLambdaInitCaptureVarDecl()
H A DSemaTemplate.cpp1017 CSI->LocalPacks.push_back(Param); in ActOnTypeParameter()
1557 CSI->LocalPacks.push_back(Param); in ActOnNonTypeTemplateParameter()
1617 LSI->LocalPacks.push_back(Param); in ActOnTemplateTemplateParameter()
H A DSemaDecl.cpp15534 CSI->LocalPacks.push_back(New); in CheckParameter()