Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.h112 void parseSwitch();
H A DUnwrappedLineParser.cpp1105 parseSwitch(); in parseStructuralElement()
2313 void UnwrappedLineParser::parseSwitch() { in parseSwitch() function in clang::format::UnwrappedLineParser
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h569 bool parseSwitch(Instruction *&Inst, PerFunctionState &PFS);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp6167 return parseSwitch(Inst, PFS); in parseInstruction()
6456 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch() function in LLParser