Searched refs:InvocationPath (Results 1 – 1 of 1) sorted by relevance
2024 const char *InvocationPath; in perform_test_load_source() local2033 InvocationPath = getenv("CINDEXTEST_INVOCATION_EMISSION_PATH"); in perform_test_load_source()2034 if (InvocationPath) in perform_test_load_source()2035 clang_CXIndex_setInvocationEmissionPathOption(Idx, InvocationPath); in perform_test_load_source()2679 const char *InvocationPath; in perform_code_completion() local2703 InvocationPath = getenv("CINDEXTEST_INVOCATION_EMISSION_PATH"); in perform_code_completion()2704 if (InvocationPath) in perform_code_completion()2705 clang_CXIndex_setInvocationEmissionPathOption(CIdx, InvocationPath); in perform_code_completion()