Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4364 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style,
4428 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style,
4434 inline std::error_code parseConfiguration(StringRef Config, FormatStyle *Style,
4436 return parseConfiguration(llvm::MemoryBufferRef(Config, "YAML"), Style,
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp304 RulesContTy parseConfiguration(const std::string &Option,
498 GenericTaintRuleParser::parseConfiguration(const std::string &Option, in parseConfiguration() function in GenericTaintRuleParser
738 ConfigParser.parseConfiguration(Option, std::move(*Config))}; in initTaintRules()
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1859 std::error_code parseConfiguration(llvm::MemoryBufferRef Config, in parseConfiguration() function
3734 if (auto EC = parseConfiguration(*Text.get(), Style, AllowUnknownOptions)) in loadAndParseConfigFile()
3758 parseConfiguration(llvm::MemoryBufferRef(StyleName, Source), &Style, in getStyle()
3820 auto EC = parseConfiguration(*MemBuf, Style, AllowUnknownOptions, in getStyle()