Searched refs:kw_switch (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| D | LLToken.h | 345 kw_switch, enumerator
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Format/ |
| D | FormatToken.h | 1088 case tok::kw_switch: 1162 case tok::kw_switch: in isCSharpKeyword()
|
| D | UnwrappedLineParser.cpp | 545 case tok::kw_switch: in calculateBraceTypes() 987 tok::kw_switch, tok::kw_case, in isJSDeclOrStmt() 1148 case tok::kw_switch: in parseStructuralElement() 2392 assert(FormatTok->Tok.is(tok::kw_switch) && "'switch' expected"); in parseSwitch()
|
| D | UnwrappedLineFormatter.cpp | 324 tok::kw_switch, tok::kw_try, tok::kw_do, in tryFitMultipleLinesInOne() 529 if (Line->First->isOneOf(tok::kw_if, tok::kw_for, tok::kw_switch, in tryMergeShortCaseLabels()
|
| D | TokenAnnotator.cpp | 62 return Tok.isOneOf(tok::kw_if, tok::kw_for, tok::kw_while, tok::kw_switch, in isKeywordWithCondition() 3152 tok::kw_switch, tok::kw_case, TT_ForEachMacro, in spaceRequiredBetween()
|
| D | ContinuationIndenter.cpp | 636 tok::kw_for, tok::kw_while, tok::kw_switch)) && in addTokenOnCurrentLine()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseStmt.cpp | 266 case tok::kw_switch: // C99 6.8.4.2: switch-statement in ParseStatementOrDeclarationAfterAttributes() 1506 assert(Tok.is(tok::kw_switch) && "Not a switch stmt!"); in ParseSwitchStatement()
|
| D | ParseObjc.cpp | 1090 case tok::kw_switch: in ParseObjCSelectorPiece()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/ |
| D | LLParser.cpp | 5867 case lltok::kw_switch: in parseInstruction()
|