Home | History | Annotate | Download | only in Sema

Lines Matching refs:XID

1873       llvm::FoldingSetNodeID XID, YID;
1874 X.getAsExpr()->Profile(XID, Context, true);
1876 return XID == YID;