Searched refs:parseLevel (Results 1 – 6 of 6) sorted by relevance
73 inline std::optional<CodeGenOptLevel> parseLevel(char C) { in parseLevel() function
123 bool parseLevel(const FormatToken *OpeningBrace = nullptr,
280 parseLevel(); in parseFile() 355 bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace, in parseLevel() function in clang::format::UnwrappedLineParser 818 const bool SimpleBlock = parseLevel(Tok, IfKind, &IfLBrace); in parseBlock() 993 parseLevel(OpeningBrace); in parseChildBlock() 3986 parseLevel(OpeningBrace); in parseJavaEnumBody()
331 if (auto Level = CodeGenOpt::parseLevel(CGOptLevel)) { in run()
465 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) { in compileModule()
403 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) in getOptLevel()