Searched refs:parseConfiguration (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/ |
| H A D | Format.h | 3561 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style, 3625 parseConfiguration(llvm::MemoryBufferRef Config, FormatStyle *Style, 3631 inline std::error_code parseConfiguration(StringRef Config, FormatStyle *Style, 3633 return parseConfiguration(llvm::MemoryBufferRef(Config, "YAML"), Style,
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 1474 std::error_code parseConfiguration(llvm::MemoryBufferRef Config, in parseConfiguration() function 3064 parseConfiguration(llvm::MemoryBufferRef(StyleName, Source), &Style, in getStyle() 3123 parseConfiguration(*Text.get(), &Style, AllowUnknownOptions)) { in getStyle() 3143 auto Ec = parseConfiguration(*MemBuf, &Style, AllowUnknownOptions, in getStyle() 3180 parseConfiguration(*ChildFormatTextToApply.front(), &FallbackStyle, in getStyle()
|