Home
last modified time | relevance | path

Searched defs:parseLevel (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h73 inline std::optional<CodeGenOptLevel> parseLevel(char C) { in parseLevel() function
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp344 bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace, parseLevel() function in clang::format::UnwrappedLineParser