Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h163 void parseSwitch(bool IsExpr);
H A DUnwrappedLineParser.cpp1527 parseSwitch(/*IsExpr=*/false); in parseStructuralElement()
2088 parseSwitch(/*IsExpr=*/true); in parseStructuralElement()
2642 parseSwitch(/*IsExpr=*/true); in parseParens()
3329 void UnwrappedLineParser::parseSwitch(bool IsExpr) { in parseSwitch() function in clang::format::UnwrappedLineParser
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h633 bool parseSwitch(Instruction *&Inst, PerFunctionState &PFS);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6862 return parseSwitch(Inst, PFS); in parseInstruction()
7178 bool LLParser::parseSwitch(Instruction *&Inst, PerFunctionState &PFS) { in parseSwitch() function in LLParser