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

  /external/clang/lib/Format/
FormatToken.h 532 kw_function = &IdentTable.get("function");
569 IdentifierInfo *kw_function; member in struct:clang::format::AdditionalKeywords
UnwrappedLineParser.cpp 1022 FormatTok->is(Keywords.kw_function)) {
1104 FormatTok->is(Keywords.kw_function))
    [all...]
TokenAnnotator.cpp 368 Current->is(Keywords.kw_function))) {
    [all...]

Completed in 146 milliseconds