Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h154 void parseSwitch();
H A DUnwrappedLineParser.cpp1618 parseSwitch(); in parseStructuralElement()
3204 void UnwrappedLineParser::parseSwitch() { in parseSwitch() function in clang::format::UnwrappedLineParser
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLParser.h599 bool parseSwitch(Instruction *&Inst, PerFunctionState &PFS);
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp6275 return parseSwitch(Inst, PFS); in parseInstruction()
6564 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch() function in LLParser