Home
last modified time | relevance | path

Searched refs:AutoTemplateParameterDepth (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h699 unsigned AutoTemplateParameterDepth; variable
741 ContainsUnexpandedParameterPack(false), AutoTemplateParameterDepth(0),
/external/clang/lib/Sema/
DSema.cpp1145 LSI->AutoTemplateParameterDepth = Depth; in RecordParsingTemplateParameterDepth()
DSemaType.cpp1573 const unsigned TemplateParameterDepth = LSI->AutoTemplateParameterDepth; in ConvertDeclSpecToType()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2714 unsigned AutoTemplateParameterDepth = 0; member
/external/llvm-project/clang/lib/Sema/
DSema.cpp1887 LSI->AutoTemplateParameterDepth = Depth; in RecordParsingTemplateParameterDepth()
DSemaTemplate.cpp68 ParamsAtDepth(LSI->AutoTemplateParameterDepth); in getTemplateDepth()
83 ParamsAtDepth(Info.AutoTemplateParameterDepth); in getTemplateDepth()
DSemaDeclCXX.cpp17833 Info.AutoTemplateParameterDepth = ExplicitParams->getDepth(); in ActOnStartFunctionDeclarationDeclarator()
17838 Info.AutoTemplateParameterDepth = TemplateParameterDepth; in ActOnStartFunctionDeclarationDeclarator()
DSemaType.cpp3178 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth; in InventTemplateParameter()