Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h74 inline std::optional<Level> parseLevel(char C) { in parseLevel() function
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp494 bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace, in parseLevel() function in clang::format::UnwrappedLineParser