Home
last modified time | relevance | path

Searched defs:TemplateArgList (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3630 typedef SmallVector<ParsedTemplateArgument, 16> TemplateArgList; global() typedef
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5214 BuildVarTemplateInstantiation(VarTemplateDecl * VarTemplate,VarDecl * FromVar,const TemplateArgumentList & TemplateArgList,const TemplateArgumentListInfo & TemplateArgsInfo,SmallVectorImpl<TemplateArgument> & Converted,SourceLocation PointOfInstantiation,LateInstantiatedAttrVec * LateAttrs,LocalInstantiationScope * StartingScope) BuildVarTemplateInstantiation() argument
H A DSemaTemplate.cpp4879 TemplateArgumentList TemplateArgList(TemplateArgumentList::OnStack, CheckVarTemplateId() local