Home
last modified time | relevance | path

Searched defs:DeclArgumentPack (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp575 typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack; in CheckParameterPacksForExpansion() typedef
666 typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack; in getNumArgumentsInExpansion() typedef
H A DSemaTemplateInstantiate.cpp1247 typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack; in TransformFunctionParmPackRefExpr() typedef
H A DSemaTemplateInstantiateDecl.cpp4653 typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack; in FindInstantiatedDecl() typedef
/aosp_15_r20/external/clang/include/clang/Sema/
H A DTemplate.h181 typedef SmallVector<ParmVarDecl *, 4> DeclArgumentPack; typedef