Lines Matching refs:ParseMDNodeID
585 /// This version of ParseMDNodeID returns the slot number and null in the case
587 bool LLParser::ParseMDNodeID(MDNode *&Result, unsigned &SlotNo) {
599 bool LLParser::ParseMDNodeID(MDNode *&Result) {
602 if (ParseMDNodeID(Result, MID)) return true;
637 if (ParseMDNodeID(N)) return true;
1573 if (ParseMDNodeID(Node, NodeID))
2939 if (ParseMDNodeID(ID.MDNodeVal)) return true;