Searched refs:ParseFile (Results 1 – 8 of 8) sorted by relevance
87 bool res = parser_->ParseFile(buf, ignore_missing_); in Parse()91 return parser_->ParseFile(value, ignore_missing_); in Parse()
117 bool ParseFile(const char *path, bool ignore_missing);
130 bool FlagParser::ParseFile(const char *path, bool ignore_missing) { in ParseFile() function in __sanitizer::FlagParser
130 bool ParseFile(const char *path);160 bool ParseFile(const char *path);
45 bool XMLDocument::ParseFile(const char *path) { in ParseFile() function in XMLDocument398 ParseFile(path); in ApplePropertyList()407 bool ApplePropertyList::ParseFile(const char *path) { in ParseFile() function in ApplePropertyList408 if (m_xml_doc.ParseFile(path)) { in ParseFile()
100 if (Parser.ParseFile()) in TableGenMain()
124 bool ParseFile();
3028 bool TGParser::ParseFile() { in ParseFile() function in TGParser