Home | History | Annotate | Download | only in MC

Lines Matching defs:FileNum

33   uint32_t FileNum;
41 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
43 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
52 /// \brief Get the FileNum of this MCCVLoc.
53 unsigned getFileNum() const { return FileNum; }
66 /// \brief Set the FileNum of this MCCVLoc.
67 void setFileNum(unsigned fileNum) { FileNum = fileNum; }