Searched refs:first_token (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/googletest/googlemock/scripts/generator/cpp/ |
| H A D | ast.py | 599 first_token = None 608 parameter_type = Type(first_token.start, first_token.end, 611 p = Parameter(first_token.start, end, name, 617 if not first_token: 618 first_token = s 632 first_token = None
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 518 bool first_token = true; in ForEachMacro() local 523 if (!first_token) in ForEachMacro() 526 first_token = false; in ForEachMacro()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 640 clang::Token &first_token = m_tokens[range.begin_index]; in GetTextForRange() local 642 clang::SourceLocation start_loc = first_token.getLocation(); in GetTextForRange()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | evdns.c | 3533 char *const first_token = strtok_r(start, delims, &strtok_state); in resolv_conf_parse_line() local 3535 if (!first_token) return; in resolv_conf_parse_line() 3537 if (!strcmp(first_token, "nameserver") && (flags & DNS_OPTION_NAMESERVERS)) { in resolv_conf_parse_line() 3542 } else if (!strcmp(first_token, "domain") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line() 3548 } else if (!strcmp(first_token, "search") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line() 3556 } else if (!strcmp(first_token, "options")) { in resolv_conf_parse_line()
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | evdns.c | 3534 char *const first_token = strtok_r(start, delims, &strtok_state); in resolv_conf_parse_line() local 3536 if (!first_token) return; in resolv_conf_parse_line() 3538 if (!strcmp(first_token, "nameserver") && (flags & DNS_OPTION_NAMESERVERS)) { in resolv_conf_parse_line() 3543 } else if (!strcmp(first_token, "domain") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line() 3549 } else if (!strcmp(first_token, "search") && (flags & DNS_OPTION_SEARCH)) { in resolv_conf_parse_line() 3557 } else if (!strcmp(first_token, "options")) { in resolv_conf_parse_line()
|