Searched refs:NextID (Results 1 – 4 of 4) sorted by relevance
34 unsigned NextID = 0; in PrintStack() local36 NextID = PrintStack(Entry->getNextEntry(), OS); in PrintStack()37 OS << NextID << ".\t"; in PrintStack()43 return NextID+1; in PrintStack()
20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits()97 Info->ID = NextID++; in createCommandInfoWithName()
173 unsigned NextID; variable
1760 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local1761 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID()1762 return NextID; in RecordSwitchCaseID()