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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h561 bool SubstQualifier(const DeclaratorDecl *OldDecl,
563 bool SubstQualifier(const TagDecl *OldDecl,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp42 static bool SubstQualifier(Sema &SemaRef, const DeclT *OldDecl, DeclT *NewDecl, function
67 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl, function in class:TemplateDeclInstantiator
69 return ::SubstQualifier(SemaRef, OldDecl, NewDecl, TemplateArgs);
72 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl, function in class:TemplateDeclInstantiator
74 return ::SubstQualifier(SemaRef, OldDecl, NewDecl, TemplateArgs);
941 if (SubstQualifier(D, Var))
1238 if (SubstQualifier(D, Enum)) return nullptr;
1701 if (SubstQualifier(D, Record))
3514 if (SubstQualifier(D, InstD))
3632 if (SubstQualifier(
[all...]

Completed in 111 milliseconds