Home
last modified time | relevance | path

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

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