Home | Sort by relevance Sort by last modified time |
/external/clang/lib/Format/ | |
FormatToken.h | 537 kw_function = &IdentTable.get("function"); 581 IdentifierInfo *kw_function; member in struct:clang::format::AdditionalKeywords |
UnwrappedLineParser.cpp | 905 FormatTok->is(Keywords.kw_function) && Line->Tokens.size() > 0) { [all...] |
ContinuationIndenter.cpp | 449 !Current.is(Keywords.kw_function)) [all...] |
TokenAnnotator.cpp | [all...] |