Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4959 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style,
5025 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style,
5031 inline std::error_code parseConfiguration(StringRef Config, FormatStyle *Style,
5033 return parseConfiguration(llvm::MemoryBufferRef(Config, "YAML"), Style,
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp368 RulesContTy parseConfiguration(const std::string &Option,
562 GenericTaintRuleParser::parseConfiguration(const std::string &Option, in parseConfiguration() function in GenericTaintRuleParser
810 ConfigParser.parseConfiguration(Option, std::move(*Config))}; in initTaintRules()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1986 std::error_code parseConfiguration(llvm::MemoryBufferRef Config, in parseConfiguration() function
3929 if (auto EC = parseConfiguration(*Text.get(), Style, AllowUnknownOptions)) in loadAndParseConfigFile()
3950 parseConfiguration(llvm::MemoryBufferRef(StyleName, Source), &Style, in getStyle()
4010 auto EC = parseConfiguration(*MemBuf, Style, AllowUnknownOptions, in getStyle()