Searched refs:kw_default (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.cpp | 366 I[-1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryFitMultipleLinesInOne() 444 if (TheLine->First->isOneOf(tok::kw_case, tok::kw_default)) { in tryFitMultipleLinesInOne() 510 I[1]->First->isOneOf(tok::kw_case, tok::kw_default)) in tryMergeShortCaseLabels() 525 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels() 539 if (Line->First->isOneOf(tok::kw_case, tok::kw_default, tok::r_brace)) in tryMergeShortCaseLabels() 574 if (Line.First->is(tok::kw_default)) { in tryMergeSimpleBlock() 635 Keywords.kw_abstract, tok::kw_default, tok::kw_public, in tryMergeSimpleBlock()
|
| H A D | SortJavaScriptImports.cpp | 510 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings() 522 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
|
| H A D | FormatToken.h | 1061 case tok::kw_default: 1127 case tok::kw_default: in isCSharpKeyword()
|
| H A D | UnwrappedLineParser.cpp | 397 case tok::kw_default: { in parseLevel() 1107 case tok::kw_default: in parseStructuralElement() 2893 if (FormatTok->is(tok::kw_default)) in parseJavaScriptEs6ImportExport()
|
| H A D | TokenAnnotator.cpp | 622 tok::kw_default)) { in parseSquare() 907 tok::kw_default)) { in consumeToken() 3260 if (Left.is(tok::kw_default) && Left.Previous && in spaceRequiredBefore() 3335 if (Line.First->isOneOf(tok::kw_default, tok::kw_case)) in spaceRequiredBefore() 4009 if (Left.is(tok::equal) && !Right.isOneOf(tok::kw_default, tok::kw_delete) && in canBreakBefore()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/ |
| H A D | LLToken.h | 63 kw_default, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | Parser.cpp | 986 if (KW.is(tok::kw_default) || KW.is(tok::kw_delete)) in isDeclarationAfterDeclarator() 1013 return KW.is(tok::kw_default) || KW.is(tok::kw_delete); in isStartOfFunctionDefinition() 1322 } else if (TryConsumeToken(tok::kw_default, KWLoc)) { in ParseFunctionDefinition()
|
| H A D | ParseStmt.cpp | 254 case tok::kw_default: // C99 6.8.1: labeled-statement in ParseStatementOrDeclarationAfterAttributes() 832 assert(Tok.is(tok::kw_default) && "Not a default stmt!"); in ParseDefaultStatement()
|
| H A D | ParseCXXInlineMethods.cpp | 76 } else if (TryConsumeToken(tok::kw_default, KWLoc)) { in ParseCXXInlineMethodDef()
|
| H A D | ParseOpenMP.cpp | 539 if (Tok.isNot(tok::identifier) && Tok.isNot(tok::kw_default)) { in ParseOpenMPDeclareMapperDirective() 3525 if (Tok.isNot(tok::identifier) && Tok.isNot(tok::kw_default)) { in parseMapperModifier() 3740 (Tok.is(tok::identifier) || Tok.is(tok::kw_default)) && in ParseOpenMPVarList()
|
| H A D | ParseDeclCXX.cpp | 2752 if (KW.is(tok::kw_default)) in ParseCXXClassMemberDeclaration() 3045 } else if (Tok.is(tok::kw_default)) { in ParseCXXMemberInitializer()
|
| H A D | ParseExpr.cpp | 3201 if (Tok.is(tok::kw_default)) { in ParseGenericSelectionExpression()
|
| H A D | ParseObjc.cpp | 1054 case tok::kw_default: in ParseObjCSelectorPiece()
|
| H A D | ParseDecl.cpp | 2331 } else if (Tok.is(tok::kw_default)) { in ParseDeclarationAfterDeclaratorAndAttributes()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 2064 case lltok::kw_default: in parseOptionalVisibility()
|