HomeSort by relevance Sort by last modified time
    Searched refs:ParamDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseTemplate.cpp 618 Declarator ParamDecl(DS, Declarator::TemplateParamContext);
619 ParseDeclarator(ParamDecl);
651 return Actions.ActOnNonTypeTemplateParameter(getCurScope(), ParamDecl,
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 376 TemplateDecl *ParamDecl = Param.getAsTemplateDecl();
377 if (!ParamDecl) {
384 = dyn_cast<TemplateTemplateParmDecl>(ParamDecl)) {
    [all...]

Completed in 88 milliseconds