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.h5549 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style,
5615 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style,
5621 inline std::error_code parseConfiguration(StringRef Config, FormatStyle *Style,
5624 return parseConfiguration(llvm::MemoryBufferRef(Config, "YAML"), Style,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp352 RulesContTy parseConfiguration(const std::string &Option,
545 GenericTaintRuleParser::parseConfiguration(const std::string &Option, in parseConfiguration() function in GenericTaintRuleParser
824 ConfigParser.parseConfiguration(Option, std::move(*Config))}; in initTaintRules()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2113 std::error_code parseConfiguration(llvm::MemoryBufferRef Config, in parseConfiguration() function
4216 if (auto EC = parseConfiguration(*Text.get(), Style, AllowUnknownOptions, in loadAndParseConfigFile()
4240 parseConfiguration(llvm::MemoryBufferRef(StyleName, Source), &Style, in getStyle()
4304 parseConfiguration(*MemBuf, Style, AllowUnknownOptions, in getStyle()