Home | History | Annotate | Download | only in Sema

Lines Matching refs:NewID

1063     llvm::FoldingSetNodeID NewID, OldID;
1064 NewI->getCond()->Profile(NewID, Context, true);
1066 if (NewID != OldID)