Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DFormatToken.h545 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
575 IdentifierInfo *kw_function; member
H A DUnwrappedLineParser.cpp989 FormatTok->is(Keywords.kw_function)) { in parseBracedList()
1060 FormatTok->is(Keywords.kw_function)) in parseParens()
H A DTokenAnnotator.cpp359 Current->is(Keywords.kw_function))) { in updateParameterCount()
1505 if (Right.is(Keywords.kw_function)) in splitPenalty()