Searched refs:mIncludePaths (Results 1 – 4 of 4) sorted by relevance
45 std::vector<std::string> mIncludePaths;
159 std::vector<std::string> mIncludePaths; variable237 mIncludePaths = IncludePaths; in setIncludePaths()
202 for (unsigned i = 0, e = mIncludePaths.size(); i != e; i++) { in createPreprocessor()204 mFileMgr->getDirectory(mIncludePaths[i])) { in createPreprocessor()596 setIncludePaths(Opts.mIncludePaths); in compile()
143 Opts.mIncludePaths = Args.getAllArgValues(OPT_I); in ParseArguments()