Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h112 void parseSwitch();
H A DUnwrappedLineParser.cpp1152 parseSwitch(); in parseStructuralElement()
2391 void UnwrappedLineParser::parseSwitch() { in parseSwitch() function in clang::format::UnwrappedLineParser
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h559 bool parseSwitch(Instruction *&Inst, PerFunctionState &PFS);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp5868 return parseSwitch(Inst, PFS); in parseInstruction()
6157 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch() function in LLParser