Searched refs:parseConfiguration (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/ |
| H A D | Format.h | 4959 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 D | GenericTaintChecker.cpp | 368 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 D | Format.cpp | 1986 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()
|