Home
last modified time | relevance | path

Searched refs:kw_switch (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
DLLToken.h345 kw_switch, enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormatToken.h1088 case tok::kw_switch:
1162 case tok::kw_switch: in isCSharpKeyword()
DUnwrappedLineParser.cpp545 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()
DUnwrappedLineFormatter.cpp324 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()
DTokenAnnotator.cpp62 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()
DContinuationIndenter.cpp636 tok::kw_for, tok::kw_while, tok::kw_switch)) && in addTokenOnCurrentLine()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseStmt.cpp266 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()
DParseObjc.cpp1090 case tok::kw_switch: in ParseObjCSelectorPiece()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp5867 case lltok::kw_switch: in parseInstruction()