Home
last modified time | relevance | path

Searched refs:kw_default (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp366 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 DSortJavaScriptImports.cpp510 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
522 if (!Current->isOneOf(tok::identifier, tok::kw_default)) in parseNamedBindings()
H A DFormatToken.h1061 case tok::kw_default:
1127 case tok::kw_default: in isCSharpKeyword()
H A DUnwrappedLineParser.cpp397 case tok::kw_default: { in parseLevel()
1107 case tok::kw_default: in parseStructuralElement()
2893 if (FormatTok->is(tok::kw_default)) in parseJavaScriptEs6ImportExport()
H A DTokenAnnotator.cpp622 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 DLLToken.h63 kw_default, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp986 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 DParseStmt.cpp254 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 DParseCXXInlineMethods.cpp76 } else if (TryConsumeToken(tok::kw_default, KWLoc)) { in ParseCXXInlineMethodDef()
H A DParseOpenMP.cpp539 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 DParseDeclCXX.cpp2752 if (KW.is(tok::kw_default)) in ParseCXXClassMemberDeclaration()
3045 } else if (Tok.is(tok::kw_default)) { in ParseCXXMemberInitializer()
H A DParseExpr.cpp3201 if (Tok.is(tok::kw_default)) { in ParseGenericSelectionExpression()
H A DParseObjc.cpp1054 case tok::kw_default: in ParseObjCSelectorPiece()
H A DParseDecl.cpp2331 } else if (Tok.is(tok::kw_default)) { in ParseDeclarationAfterDeclaratorAndAttributes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp2064 case lltok::kw_default: in parseOptionalVisibility()