Home
last modified time | relevance | path

Searched refs:kw_type (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp491 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 DFormatToken.h1059 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 DTokenAnnotator.cpp356 (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 DUnwrappedLineParser.cpp4323 !(FormatTok->is(Keywords.kw_type) && in parseJavaScriptEs6ImportExport()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h227 kw_type, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp682 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()