Searched refs:kw_type (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | SortJavaScriptImports.cpp | 491 if (Current->is(Keywords.kw_type) && Current->Next && in parseStarBinding() 511 if (Current->is(Keywords.kw_type) && Current->Next && in parseNamedBindings() 552 bool isTypeOnly = Current->is(Keywords.kw_type) && Current->Next && in parseNamedBindings()
|
H A D | FormatToken.h | 1059 kw_type = &IdentTable.get("type"); in AdditionalKeywords() 1286 kw_readonly, kw_set, kw_type, kw_typeof, kw_var, kw_yield, in AdditionalKeywords() 1300 kw_set, kw_type, kw_typeof, kw_var, kw_yield, in AdditionalKeywords() 1427 IdentifierInfo *kw_type; member
|
H A D | TokenAnnotator.cpp | 356 (Line.startsWith(Keywords.kw_type, tok::identifier) || in parseParens() 357 Line.startsWith(tok::kw_export, Keywords.kw_type, in parseParens() 2217 (Line.startsWith(Keywords.kw_type, tok::identifier) || in modifyContext() 2218 Line.startsWith(tok::kw_export, Keywords.kw_type, in modifyContext() 2357 tok::r_brace, tok::kw_false, tok::kw_true, Keywords.kw_type, in determineTokenType() 5955 tok::kw_throw, Keywords.kw_interface, Keywords.kw_type, in canBreakBefore() 6012 Keywords.kw_interface, Keywords.kw_type, Keywords.kw_var, in canBreakBefore()
|
H A D | UnwrappedLineParser.cpp | 4323 !(FormatTok->is(Keywords.kw_type) && in parseJavaScriptEs6ImportExport()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLToken.h | 227 kw_type, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 682 parseToken(lltok::kw_type, "expected 'type' after '='")) in parseUnnamedType() 708 parseToken(lltok::kw_type, "expected 'type' after name")) in parseNamedType() 10496 parseToken(lltok::kw_type, "expected 'type' in memprof") || in parseMemProfs()
|