Lines Matching defs:DepTool
5763 class DepTool : public MakeBase
5770 DepTool()
5776 DepTool(const DepTool &other)
5782 DepTool &operator=(const DepTool &other)
5789 ~DepTool()
5801 virtual void assign(const DepTool &other)
5949 void DepTool::init()
5975 void DepTool::parseName(const String &fullname,
6012 bool DepTool::createFileList()
6057 int DepTool::get(int pos)
6070 int DepTool::skipwhite(int pos)
6090 int DepTool::getword(int pos, String &ret)
6109 bool DepTool::sequ(int pos, const char *key)
6127 bool DepTool::addIncludeFile(FileRec *frec, const String &iname)
6177 bool DepTool::scanFile(const String &fname, FileRec *frec)
6269 bool DepTool::processDependency(FileRec *ofile, FileRec *include)
6297 bool DepTool::generateDependencies()
6345 bool DepTool::generateDependencies(const String &fileName)
6360 bool DepTool::saveDepFile(const String &fileName)
6416 std::vector<DepRec> DepTool::loadDepFile(const String &depFile)
6502 std::vector<DepRec> DepTool::getDepFile(const String &depFile,
6737 DepTool depTool;
10280 buildtool::DepTool deptool;