Home | History | Annotate | Download | only in AST

Lines Matching refs:Index

518       /// NextNode - The index of the next sibling node or 0.
521 /// ChildNode - The index of the first child node or 0.
524 /// ParentNode - The index of the parent node.
575 /// CurrentNode - The index of the current node being used.
578 /// NextFreeNode - The index of the next unused node. Used when creating
582 /// ReadNode - The index of the current node being read.
815 /// Index - the index of the template argument in TST.
816 unsigned Index;
830 Index(0), CurrentTA(nullptr), EndTA(nullptr) {
851 return Index >= TST->getNumArgs();
856 // After the end, Index should be the default argument position in
859 ++Index;
873 if (++Index == TST->getNumArgs()) break;
876 TemplateArgument TA = TST->getArg(Index);
891 assert(!isEnd() && "Index exceeds number of arguments.");
893 return TST->getArg(Index);
905 return DesugarTST->getArg(Index);
1144 // Get the parameter at index TotalArgs. If index is larger