Searched refs:parseLevel (Results 1 – 7 of 7) sorted by relevance
101 inline std::optional<CodeGenOptLevel> parseLevel(char C) { in parseLevel() function
151 if (auto Level = CodeGenOpt::parseLevel(Opts[1][0])) { in SPIRVTranslateModule()
123 bool parseLevel(const FormatToken *OpeningBrace = nullptr,
275 parseLevel(); in parseFile()349 bool UnwrappedLineParser::parseLevel(const FormatToken *OpeningBrace, in parseLevel() function in clang::format::UnwrappedLineParser813 const bool SimpleBlock = parseLevel(Tok, IfKind, &IfLBrace); in parseBlock()988 parseLevel(OpeningBrace); in parseChildBlock()4002 parseLevel(OpeningBrace); in parseJavaEnumBody()
339 if (auto Level = CodeGenOpt::parseLevel(CGOptLevel)) { in run()
460 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) { in compileModule()
404 if (auto Level = CodeGenOpt::parseLevel(OptLevel)) in getOptLevel()