Searched refs:kw_let (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatToken.h | 1055 kw_let = &IdentTable.get("let"); in AdditionalKeywords() 1285 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_override, in AdditionalKeywords() 1299 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly, in AdditionalKeywords() 1342 kw_let, kw_local, in AdditionalKeywords() 1387 kw_let, in AdditionalKeywords() 1423 IdentifierInfo *kw_let; member 1916 kw_let, kw_var, kw_ref, kw_automatic, kw_bins, kw_coverpoint, in isVerilogQualifier() 1929 kw_let, tok::kw_class); in isTableGenDefinition()
|
H A D | UnwrappedLineParser.cpp | 1254 Keywords.kw_let, Keywords.kw_var, tok::kw_const, in mustBeJSIdent() 1282 tok::kw_const, tok::kw_class, Keywords.kw_var, Keywords.kw_let, in isJSDeclOrStmt()
|
H A D | TokenAnnotator.cpp | 5078 if ((Left.isOneOf(Keywords.kw_let, Keywords.kw_var, Keywords.kw_in, in spaceRequiredBefore() 5518 !Line.First->isOneOf(Keywords.kw_var, Keywords.kw_let)) { in mustBreakBefore() 6013 Keywords.kw_let, tok::kw_const)) { in canBreakBefore()
|