Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp3329 void UnwrappedLineParser::parseSwitch(bool IsExpr) { in parseSwitch() function in clang::format::UnwrappedLineParser
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7178 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch() function in LLParser