Lines Matching defs:ID
178 FoldingSetNodeID ID;
179 Abbrev.Profile(ID);
518 /// GetOrCreateSourceID - Look up the source id with the given directory and
519 /// source file names. If none currently exists, create a new id and insert it
556 unsigned ID = GetOrCreateSourceID(FN, CompilationDir);
559 CompileUnit *NewCU = new CompileUnit(ID, DIUnit.getLanguage(), Die, Asm, this);
1945 // Get all of the string pool entries and put them in an array by their ID so