Lines Matching refs:ConfigFile
3968 loadAndParseConfigFile(StringRef ConfigFile, llvm::vfs::FileSystem *FS, in loadAndParseConfigFile() argument
3972 FS->getBufferForFile(ConfigFile.str()); in loadAndParseConfigFile()
4017 auto ConfigFile = StyleName.substr(5); in getStyle() local
4019 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions, in getStyle()
4022 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle()
4027 << "Using configuration file " << ConfigFile << "\n"); in getStyle()
4034 FileName = ConfigFile; in getStyle()
4083 SmallString<128> ConfigFile(Directory); in getStyle() local
4085 llvm::sys::path::append(ConfigFile, F); in getStyle()
4086 LLVM_DEBUG(llvm::dbgs() << "Trying " << ConfigFile << "...\n"); in getStyle()
4088 Status = FS->status(ConfigFile); in getStyle()
4095 loadAndParseConfigFile(ConfigFile, FS, &Style, AllowUnknownOptions, in getStyle()
4099 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle()
4104 UnsuitableConfigFiles.append(ConfigFile); in getStyle()
4109 << "Using configuration file " << ConfigFile << "\n"); in getStyle()