Searched refs:ParseFile (Results 1 – 9 of 9) sorted by relevance
96 bool res = parser_->ParseFile(buf, ignore_missing_); in Parse()100 return parser_->ParseFile(value, ignore_missing_); in Parse()
178 bool ParseFile(const char *path, bool ignore_missing);
148 bool FlagParser::ParseFile(const char *path, bool ignore_missing) { in ParseFile() function in __sanitizer::FlagParser
125 bool ParseFile(const char *path);153 bool ParseFile(const char *path);
44 bool XMLDocument::ParseFile(const char *path) { in ParseFile() function in XMLDocument378 ParseFile(path); in ApplePropertyList()387 bool ApplePropertyList::ParseFile(const char *path) { in ParseFile() function in ApplePropertyList388 if (m_xml_doc.ParseFile(path)) { in ParseFile()
34 bool ParseResult = Parser.ParseFile(); in TableGenParseFile()
125 if (Parser.ParseFile()) in TableGenMain()
186 /// ParseFile - Main entrypoint for parsing a tblgen file. These parser188 bool ParseFile();
4362 bool TGParser::ParseFile() { in CheckTemplateArgValues() 4312 bool TGParser::ParseFile() { ParseFile() function in TGParser