Home | History | Annotate | Download | only in MC

Lines Matching defs:FileNum

34   uint32_t FileNum;
42 MCCVLoc(unsigned functionid, unsigned fileNum, unsigned line, unsigned column,
44 : FunctionId(functionid), FileNum(fileNum), Line(line), Column(column),
53 /// \brief Get the FileNum of this MCCVLoc.
54 unsigned getFileNum() const { return FileNum; }
67 /// \brief Set the FileNum of this MCCVLoc.
68 void setFileNum(unsigned fileNum) { FileNum = fileNum; }