Home
last modified time | relevance | path

Searched refs:kw_function (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1052 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
1288 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_override, in AdditionalKeywords()
1321 kw_forever, kw_fork, kw_function, in AdditionalKeywords()
1395 IdentifierInfo *kw_function; member
1859 if (Tok.endsSequence(kw_function, kw_with)) in isVerilogHierarchy()
1866 return Tok.isOneOf(tok::kw_case, tok::kw_class, kw_function, kw_module, in isVerilogHierarchy()
H A DDefinitionBlockSeparator.cpp57 CurrentToken->is(ExtraKeywords.kw_function))) { in separateBlocks()
H A DUnwrappedLineParser.cpp948 if (I->Tok->isNot(Keywords.kw_function)) in isIIFE()
1260 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is, in mustBeJSIdent()
1290 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1963 if (Style.isJavaScript() && FormatTok->is(Keywords.kw_function) && in parseStructuralElement()
2420 assert(FormatTok->is(Keywords.kw_function)); in tryToParseJSFunction()
2497 if (FormatTok->is(Keywords.kw_function)) { in parseBracedList()
2700 if (Style.isJavaScript() && (FormatTok->is(Keywords.kw_function))) in parseParens()
4331 if (FormatTok->is(Keywords.kw_function)) { in parseJavaScriptEs6ImportExport()
H A DTokenAnnotator.cpp368 (OpeningParen.Previous->is(Keywords.kw_function) || in parseParens()
370 Keywords.kw_function)))) { in parseParens()
4280 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma)) in splitPenalty()
5175 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield)) { in spaceRequiredBefore()
5179 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield, in spaceRequiredBefore()
5312 Left.isOneOf(TT_VerilogDimensionedTypeName, Keywords.kw_function)) { in spaceRequiredBefore()
6159 Keywords.kw_function, tok::kw_class, tok::kw_enum, in canBreakBefore()
H A DContinuationIndenter.cpp1099 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function))) { in addTokenOnNewLine()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h393 kw_function, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9673 case lltok::kw_function: in parseGVEntry()
9705 assert(Lex.getKind() == lltok::kw_function); in parseFunctionSummary()