Home
last modified time | relevance | path

Searched refs:NextID (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Support/
DPrettyStackTrace.cpp43 unsigned NextID = 0; in PrintStack() local
45 NextID = PrintStack(Entry->getNextEntry(), OS); in PrintStack()
46 OS << NextID << ".\t"; in PrintStack()
52 return NextID+1; in PrintStack()
/external/clang/lib/AST/
DCommentCommandTraits.cpp20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits()
94 assert((NextID < (1 << CommandInfo::NumCommandIDBits)) in createCommandInfoWithName()
96 Info->ID = NextID++; in createCommandInfoWithName()
/external/clang/include/clang/AST/
DCommentCommandTraits.h177 unsigned NextID; variable
/external/llvm/lib/MC/
DMCContext.cpp97 NextID.clear(); in reset()
190 unsigned &NextUniqueID = NextID[Name]; in createSymbol()
/external/llvm/include/llvm/MC/
DMCContext.h100 StringMap<unsigned> NextID; variable
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2287 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local
2288 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID()
2289 return NextID; in RecordSwitchCaseID()