Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3561 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 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1474 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()