Searched refs:parseConfiguration (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/ |
H A D | Format.h | 3424 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 D | GenericTaintChecker.cpp | 88 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 D | Format.cpp | 1427 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()
|