HomeSort by relevance Sort by last modified time
    Searched refs:kw_function (Results 1 - 4 of 4) sorted by null

  /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...]

Completed in 39 milliseconds