OpenVPN
|
Go to the source code of this file.
Functions | |
def | DirectoryOfThisScript () |
def | MakeRelativePathsInFlagsAbsolute (flags, working_directory) |
def | IsHeaderFile (filename) |
def | GetCompilationInfoForFile (filename) |
def | FlagsForFile (filename, kwargs) |
Variables | |
list | flags |
string | compilation_database_folder = 'obj' |
database = ycm_core.CompilationDatabase( compilation_database_folder ) | |
list | SOURCE_EXTENSIONS = [ '.cpp', '.cxx', '.cc', '.c', '.m', '.mm' ] |
def DirectoryOfThisScript | ( | ) |
Definition at line 27 of file .ycm_extra_conf.py.
Referenced by FlagsForFile().
def FlagsForFile | ( | filename, | |
kwargs | |||
) |
Definition at line 83 of file .ycm_extra_conf.py.
References DirectoryOfThisScript(), GetCompilationInfoForFile(), and MakeRelativePathsInFlagsAbsolute().
def GetCompilationInfoForFile | ( | filename | ) |
Definition at line 65 of file .ycm_extra_conf.py.
References IsHeaderFile().
Referenced by FlagsForFile().
def IsHeaderFile | ( | filename | ) |
Definition at line 60 of file .ycm_extra_conf.py.
Referenced by GetCompilationInfoForFile().
def MakeRelativePathsInFlagsAbsolute | ( | flags, | |
working_directory | |||
) |
Definition at line 31 of file .ycm_extra_conf.py.
Referenced by FlagsForFile().
string compilation_database_folder = 'obj' |
Definition at line 18 of file .ycm_extra_conf.py.
database = ycm_core.CompilationDatabase( compilation_database_folder ) |
Definition at line 21 of file .ycm_extra_conf.py.
list flags |
Definition at line 4 of file .ycm_extra_conf.py.
Referenced by auth_user_pass_setup(), ce_management_query_remote(), CreateClientPipeInstance(), crypto_read_openvpn_key(), defined_net_event_win32(), do_event_set_init(), do_preresolve(), fragment_incoming(), fragment_prepend_flags(), get_bypass_addresses(), get_cached_dns_entry(), get_console_input_win32(), get_ip_addr(), get_user_pass(), get_user_pass_http(), man_io_error(), man_mod_signal(), man_settings_init(), management_callback_remote_cmd(), multi_learn_addr(), multi_print_status(), ntlm_phase_3(), open_management(), openvpn_execve_allowed(), p2mp_iow_flags(), p2p_iow_flags(), platform_state_group_gid(), plugin_option_list_print(), print_sockaddr(), process_incoming_tun(), pull_permission_mask(), resolve_bind_local(), resolve_remote(), RSA_meth_new(), RSA_set_flags(), show_routes(), SSL_CTX_use_CryptoAPI_certificate(), status_open(), virtual_output_callback_func(), and we_init().
list SOURCE_EXTENSIONS = [ '.cpp', '.cxx', '.cc', '.c', '.m', '.mm' ] |
Definition at line 25 of file .ycm_extra_conf.py.