Home | History | Annotate | Download | only in AST

Lines Matching refs:VarTemplateDecl

477     bool IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To);
535 ExpectedDecl VisitVarTemplateDecl(VarTemplateDecl *D);
2227 bool ASTNodeImporter::IsStructuralMatch(VarTemplateDecl *From,
2228 VarTemplateDecl *To) {
5679 ExpectedDecl ASTNodeImporter::VisitVarTemplateDecl(VarTemplateDecl *D) {
5696 VarTemplateDecl *FoundByLookup = nullptr;
5701 if (VarTemplateDecl *FoundTemplate = dyn_cast<VarTemplateDecl>(FoundDecl)) {
5709 VarTemplateDecl *FoundDef = getTemplateDefinition(FoundTemplate);
5750 VarTemplateDecl *ToVarTD;
5763 const_cast<VarTemplateDecl *>(FoundByLookup->getMostRecentDecl());
5794 VarTemplateDecl *VarTemplate = nullptr;