Home
last modified time | relevance | path

Searched refs:parseConfiguration (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5200 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style,
5266 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style,
5272 inline std::error_code parseConfiguration(StringRef Config, FormatStyle *Style,
5274 return parseConfiguration(llvm::MemoryBufferRef(Config, "YAML"), Style,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp354 RulesContTy parseConfiguration(const std::string &Option,
547 GenericTaintRuleParser::parseConfiguration(const std::string &Option, in parseConfiguration() function in GenericTaintRuleParser
826 ConfigParser.parseConfiguration(Option, std::move(*Config))}; in initTaintRules()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2010 std::error_code parseConfiguration(llvm::MemoryBufferRef Config, in parseConfiguration() function
3975 if (auto EC = parseConfiguration(*Text.get(), Style, AllowUnknownOptions, in loadAndParseConfigFile()
3998 parseConfiguration(llvm::MemoryBufferRef(StyleName, Source), &Style, in getStyle()
4060 parseConfiguration(*MemBuf, Style, AllowUnknownOptions, in getStyle()