Home
last modified time | relevance | path

Searched refs:InvocationPath (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2024 const char *InvocationPath; in perform_test_load_source() local
2033 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() local
2703 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()