Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h532 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
569 IdentifierInfo *kw_function; member
DUnwrappedLineParser.cpp1022 FormatTok->is(Keywords.kw_function)) { in parseBracedList()
1104 FormatTok->is(Keywords.kw_function)) in parseParens()
1662 if (FormatTok->isOneOf(tok::kw_const, tok::kw_class, Keywords.kw_function, in parseJavaScriptEs6ImportExport()
DTokenAnnotator.cpp368 Current->is(Keywords.kw_function))) { in updateParameterCount()
1528 if (Right.is(Keywords.kw_function)) in splitPenalty()