Searched defs:ParamLists (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Parse/
H A DParseTemplate.cpp118 TemplateParameterLists ParamLists; local
148 ParamLists.push_back(
164 ParsedTemplateInfo(&ParamLists,
/external/clang/lib/Sema/
H A DSemaTemplate.cpp1546 /// \param ParamLists the template parameter lists, from the outermost to the
1549 /// \param NumParamLists the number of template parameter lists in ParamLists.
1568 TemplateParameterList **ParamLists,
1746 if (ParamLists[ParamIdx]->size() == 0) {
1749 << ParamLists[ParamIdx]->getSourceRange();
1765 if (ParamLists[ParamIdx]->size() > 0) {
1767 Diag(ParamLists[ParamIdx]->getTemplateLoc(),
1770 << SourceRange(ParamLists[ParamIdx]->getLAngleLoc(),
1771 ParamLists[ParamIdx]->getRAngleLoc())
1786 ExpectedTemplateLoc = ParamLists[
1565 MatchTemplateParametersToScopeSpecifier(SourceLocation DeclStartLoc, SourceLocation DeclLoc, const CXXScopeSpec &SS, TemplateParameterList **ParamLists, unsigned NumParamLists, bool IsFriend, bool &IsExplicitSpecialization, bool &Invalid) argument
[all...]

Completed in 23 milliseconds