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

/external/clang/include/clang/Sema/
H A DTemplate.h488 bool SubstQualifier(const DeclaratorDecl *OldDecl,
490 bool SubstQualifier(const TagDecl *OldDecl,
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp39 bool TemplateDeclInstantiator::SubstQualifier(const DeclaratorDecl *OldDecl, function in class:TemplateDeclInstantiator
55 bool TemplateDeclInstantiator::SubstQualifier(const TagDecl *OldDecl, function in class:TemplateDeclInstantiator
414 if (SubstQualifier(D, Var))
699 if (SubstQualifier(D, Enum)) return nullptr;
1155 if (SubstQualifier(D, Record))
2438 if (SubstQualifier(D, InstD))
2551 if (SubstQualifier(D, Var))
2735 if (SubstQualifier(PartialSpec, InstPartialSpec))
2862 if (SubstQualifier(PartialSpec, InstPartialSpec))

Completed in 96 milliseconds