Searched refs:AutoTemplateParameterDepth (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2717 unsigned AutoTemplateParameterDepth = 0; member in struct:clang::InventedTemplateParameterInfo
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp1935 LSI->AutoTemplateParameterDepth = Depth;
H A DSemaTemplate.cpp68 ParamsAtDepth(LSI->AutoTemplateParameterDepth);
83 ParamsAtDepth(Info.AutoTemplateParameterDepth);
H A DSemaDeclCXX.cpp17909 Info.AutoTemplateParameterDepth = ExplicitParams->getDepth();
17914 Info.AutoTemplateParameterDepth = TemplateParameterDepth;
H A DSemaType.cpp3194 const unsigned TemplateParameterDepth = Info.AutoTemplateParameterDepth;

Completed in 377 milliseconds