Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3424 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style,
3488 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style,
3494 inline std::error_code parseConfiguration(StringRef Config, FormatStyle *Style,
3496 return parseConfiguration(llvm::MemoryBufferRef(Config, "YAML"), Style,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp88 void parseConfiguration(CheckerManager &Mgr, const std::string &Option,
381 void GenericTaintChecker::parseConfiguration(CheckerManager &Mgr, in parseConfiguration() function in GenericTaintChecker
953 Checker->parseConfiguration(Mgr, Option, std::move(Config.getValue())); in registerGenericTaintChecker()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1427 std::error_code parseConfiguration(llvm::MemoryBufferRef Config, in parseConfiguration() function
2993 parseConfiguration(llvm::MemoryBufferRef(StyleName, Source), &Style, in getStyle()
3052 parseConfiguration(*Text.get(), &Style, AllowUnknownOptions)) { in getStyle()
3072 auto Ec = parseConfiguration(*MemBuf, &Style, AllowUnknownOptions, in getStyle()
3109 parseConfiguration(*ChildFormatTextToApply.front(), &FallbackStyle, in getStyle()