HomeSort by: relevance | last modified time | path
    Searched refs:SubstQualifier (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Template.h 597 bool SubstQualifier(const DeclaratorDecl *OldDecl,
599 bool SubstQualifier(const TagDecl *OldDecl,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 45 static bool SubstQualifier(Sema &SemaRef, const DeclT *OldDecl, DeclT *NewDecl,
70 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl,
72 return ::SubstQualifier(SemaRef, OldDecl, NewDecl, TemplateArgs);
75 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl,
77 return ::SubstQualifier(SemaRef, OldDecl, NewDecl, TemplateArgs);
1049 if (SubstQualifier(D, Var))
1346 if (SubstQualifier(D, Enum)) return nullptr;
1779 if (SubstQualifier(D, Record))
3568 if (SubstQualifier(D, InstD))
3692 if (SubstQualifier(D, Var)
    [all...]

Completed in 36 milliseconds