Home | History | Annotate | Download | only in Basic

Lines Matching defs:ID

150 /// AddKeyword - This method is used to associate a token ID with specific
247 // the first and third character. For preprocessor ID's there are no
377 static void Profile(llvm::FoldingSetNodeID &ID,
379 ID.AddInteger(NumArgs);
381 ID.AddPointer(ArgTys[i]);
383 void Profile(llvm::FoldingSetNodeID &ID) {
384 Profile(ID, keyword_begin(), getNumArgs());
600 llvm::FoldingSetNodeID ID;
601 MultiKeywordSelector::Profile(ID, IIV, nKeys);
605 SelTabImpl.Table.FindNodeOrInsertPos(ID, InsertPos))