Home
last modified time | relevance | path

Searched refs:parseSwitch (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h141 void parseSwitch();
H A DUnwrappedLineParser.cpp1523 parseSwitch(); in parseStructuralElement()
3011 void UnwrappedLineParser::parseSwitch() { in parseSwitch() function in clang::format::UnwrappedLineParser
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h571 bool parseSwitch(Instruction *&Inst, PerFunctionState &PFS);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp5991 return parseSwitch(Inst, PFS); in parseInstruction()
6280 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch() function in LLParser