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

/external/clang/lib/AST/
H A DASTDiagnostic.cpp429 /// FromTD, ToTD - The template decl for template template
431 TemplateDecl *FromTD, *ToTD; member in struct:__anon3470::TemplateDiff::DiffTree::DiffNode
441 FromType(), ToType(), FromExpr(0), ToExpr(0), FromTD(0), ToTD(0),
465 /// SetNode - Sets FromTD and ToTD of the current node.
466 void SetNode(TemplateDecl *FromTD, TemplateDecl *ToTD) { argument
468 FlatTree[CurrentNode].ToTD = ToTD;
538 (FlatTree[ReadNode].ToTD && !FlatTree[ReadNode].ToType.isNull());
557 (FlatTree[ReadNode].FromTD || FlatTree[ReadNode].ToTD);
572 /// GetNode - Gets the FromTD and ToTD
573 GetNode(TemplateDecl *&FromTD, TemplateDecl *&ToTD) argument
1015 TemplateDecl *FromTD, *ToTD; local
1025 TemplateDecl *FromTD, *ToTD; local
1157 PrintTemplateTemplate(TemplateDecl *FromTD, TemplateDecl *ToTD, bool FromDefault, bool ToDefault, bool Same) argument
[all...]

Completed in 45 milliseconds