Lines Matching refs:ParseMDNodeID
508 /// This version of ParseMDNodeID returns the slot number and null in the case
510 bool LLParser::ParseMDNodeID(MDNode *&Result, unsigned &SlotNo) {
522 bool LLParser::ParseMDNodeID(MDNode *&Result) {
525 if (ParseMDNodeID(Result, MID)) return true;
560 if (ParseMDNodeID(N)) return true;
1415 if (ParseMDNodeID(Node, NodeID))
2756 if (ParseMDNodeID(ID.MDNodeVal)) return true;