Searched refs:kw_default (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 486 case tok::kw_default: in tryFitMultipleLinesInOne() 589 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne() 661 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryMergeShortCaseLabels() 680 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels() 695 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels() 736 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock()
|
| H A D | FormatToken.h | 1626 case tok::kw_default: 1692 case tok::kw_default: in isCSharpKeyword() 1747 case tok::kw_default: in isVerilogIdentifier() 1842 (Tok.is(tok::kw_default) && in isVerilogEndOfLabel()
|
| H A D | SortJavaScriptImports.cpp | 552 return Tok->isOneOf(tok::identifier, tok::kw_default, tok::kw_template); in parseNamedBindings()
|
| H A D | TokenAnnotator.cpp | 725 tok::kw_default)) { in parseSquare() 981 tok::kw_default, tok::kw_for, tok::kw_while) && in consumeToken() 1096 tok::kw_default)) { in consumeToken() 1407 case tok::kw_default: in consumeToken() 1994 tok::kw_default, tok::kw_namespace, tok::r_paren, tok::r_square, in determineTokenType() 4642 if (Left.is(tok::kw_default) && Left.Previous && in spaceRequiredBefore() 5644 if (Left.is(tok::equal) && !Right.isOneOf(tok::kw_default, tok::kw_delete) && in canBreakBefore()
|
| H A D | UnwrappedLineParser.cpp | 422 case tok::kw_default: { in parseLevel() 1526 case tok::kw_default: in parseStructuralElement() 2087 case tok::kw_default: in parseStructuralElement() 4188 if (FormatTok->is(tok::kw_default)) in parseJavaScriptEs6ImportExport()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLToken.h | 63 kw_default, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 1084 if (KW.is(tok::kw_default) || KW.is(tok::kw_delete)) in isDeclarationAfterDeclarator() 1111 return KW.is(tok::kw_default) || KW.is(tok::kw_delete); in isStartOfFunctionDefinition() 1415 } else if (TryConsumeToken(tok::kw_default, KWLoc)) { in ParseFunctionDefinition()
|
| H A D | ParseOpenACC.cpp | 80 if (Tok.is(tok::kw_default)) in getOpenACCClauseKind()
|
| H A D | ParseStmt.cpp | 289 case tok::kw_default: // C99 6.8.1: labeled-statement in ParseStatementOrDeclarationAfterAttributes() 950 assert(Tok.is(tok::kw_default) && "Not a default stmt!"); in ParseDefaultStatement()
|
| H A D | ParseCXXInlineMethods.cpp | 78 } else if (TryConsumeToken(tok::kw_default, KWLoc)) { in ParseCXXInlineMethodDef()
|
| H A D | ParseOpenMP.cpp | 548 if (Tok.isNot(tok::identifier) && Tok.isNot(tok::kw_default)) { in ParseOpenMPDeclareMapperDirective() 4179 if (Tok.isNot(tok::identifier) && Tok.isNot(tok::kw_default)) { in parseMapperModifier() 4453 (Tok.is(tok::identifier) || Tok.is(tok::kw_default)) && in ParseOpenMPVarList()
|
| H A D | ParseDeclCXX.cpp | 2960 if (KW.is(tok::kw_default)) in ParseCXXClassMemberDeclaration() 3274 } else if (Tok.is(tok::kw_default)) { in ParseCXXMemberInitializer()
|
| H A D | ParseObjc.cpp | 1101 case tok::kw_default: in ParseObjCSelectorPiece()
|
| H A D | ParseExpr.cpp | 3424 if (Tok.is(tok::kw_default)) { in ParseGenericSelectionExpression()
|
| H A D | ParseDecl.cpp | 2586 } else if (Tok.is(tok::kw_default)) { in ParseDeclarationAfterDeclaratorAndAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2020 case lltok::kw_default: in parseOptionalVisibility()
|