Searched refs:InvocationPath (Results 1 – 1 of 1) sorted by relevance
2047 const char *InvocationPath; in perform_test_load_source() local2056 InvocationPath = getenv("CINDEXTEST_INVOCATION_EMISSION_PATH"); in perform_test_load_source()2057 if (InvocationPath) in perform_test_load_source()2058 clang_CXIndex_setInvocationEmissionPathOption(Idx, InvocationPath); in perform_test_load_source()2702 const char *InvocationPath; in perform_code_completion() local2726 InvocationPath = getenv("CINDEXTEST_INVOCATION_EMISSION_PATH"); in perform_code_completion()2727 if (InvocationPath) in perform_code_completion()2728 clang_CXIndex_setInvocationEmissionPathOption(CIdx, InvocationPath); in perform_code_completion()4817 const char *InvocationPath; in perform_test_single_symbol_sgf() local4825 InvocationPath = getenv("CINDEXTEST_INVOCATION_EMISSION_PATH"); in perform_test_single_symbol_sgf()[all …]