HomeSort by: relevance | last modified time | path
    Searched refs:kw_function (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp 693 if (I->Tok->isNot(Keywords.kw_function))
960 Keywords.kw_function, Keywords.kw_import, Keywords.kw_is,
990 Keywords.kw_async, Keywords.kw_function,
1406 FormatTok->is(Keywords.kw_function) &&
1732 assert(FormatTok->is(Keywords.kw_function) ||
1733 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function));
1805 if (FormatTok->is(Keywords.kw_function) ||
1806 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) {
1936 (FormatTok->is(Keywords.kw_function) ||
1937 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)))
    [all...]
FormatToken.h 850 kw_function = &IdentTable.get("function");
927 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly,
941 kw_function, kw_get, kw_import, kw_is, kw_let, kw_module, kw_readonly,
969 IdentifierInfo *kw_function; member in struct:clang::format::AdditionalKeywords
TokenAnnotator.cpp 248 (Left->Previous->is(Keywords.kw_function) ||
250 Keywords.kw_function)))) {
2612 if (Right.is(Keywords.kw_function) && Left.isNot(tok::comma))
3220 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield))
3223 Left.isOneOf(Keywords.kw_function, Keywords.kw_yield,
3890 Keywords.kw_function, tok::kw_class, tok::kw_enum,
ContinuationIndenter.cpp 818 !Current.isOneOf(Keywords.kw_async, Keywords.kw_function)))
  /src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
LLToken.h 395 kw_function, enumerator in enum:llvm::lltok::Kind
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 8618 case lltok::kw_function:
8649 assert(Lex.getKind() == lltok::kw_function);

Completed in 28 milliseconds