Lines Matching defs:file_path
2300 string file_path;
2304 file_path = CHAR_STR(f);
2306 if (file_path.empty())
2318 loc = c.get_translation_unit()->get_loc_mgr().create_new_location(file_path,
2342 string file_path;
2348 file_path = reinterpret_cast<const char*>(node->doc->URL);
2352 c.get_translation_unit()->get_loc_mgr().create_new_location(file_path,
6210 /// @param file_path the path to the file containing the type-ids <->
6215 load_canonical_type_ids(fe_iface& iface, const string &file_path)
6219 xmlDocPtr doc = xmlReadFile(file_path.c_str(), NULL, XML_PARSE_NOERROR);