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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp40 static bool SubstQualifier(Sema &SemaRef, const DeclT *OldDecl, DeclT *NewDecl, function
65 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl, function in class:TemplateDeclInstantiator
67 return ::SubstQualifier(SemaRef, OldDecl, NewDecl, TemplateArgs);
70 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl, function in class:TemplateDeclInstantiator
72 return ::SubstQualifier(SemaRef, OldDecl, NewDecl, TemplateArgs);
637 if (SubstQualifier(D, Var))
931 if (SubstQualifier(D, Enum)) return nullptr;
1394 if (SubstQualifier(D, Record))
2760 if (SubstQualifier(D, InstD))
2865 if (SubstQualifier(
[all...]

Completed in 97 milliseconds