Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h865 SmallVector<NamedDecl*, 4> LocalPacks; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp312 if (llvm::any_of(LSI->LocalPacks, DeclaresThisPack)) in DiagnoseUnexpandedParameterPacks()
H A DSemaLambda.cpp888 getCurLambda()->LocalPacks.push_back(NewVD); in createLambdaInitCaptureVarDecl()
H A DSemaTemplate.cpp1057 LSI->LocalPacks.push_back(Param); in ActOnTypeParameter()
1570 LSI->LocalPacks.push_back(Param); in ActOnNonTypeTemplateParameter()
1638 LSI->LocalPacks.push_back(Param); in ActOnTemplateTemplateParameter()
H A DSemaDecl.cpp14799 LSI->LocalPacks.push_back(New); in CheckParameter()