Home | History | Annotate | Download | only in AST

Lines Matching refs:Declaration

328       assert(DC && "Should never have a null declaration context");
421 /// Declaration difference, uses ValueDecl
422 Declaration
887 FromIter->getKind() == TemplateArgument::Declaration;
890 ToIter->getKind() == TemplateArgument::Declaration;
894 "Template argument cannot be both integer and declaration");
991 Tree.SetKind(DiffTree::Declaration);
1035 /// same template declaration. If they come from different template aliases,
1232 case DiffTree::Declaration: {