Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c2047 const char *InvocationPath; in perform_test_load_source() local
2056 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() local
2726 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() local
4825 InvocationPath = getenv("CINDEXTEST_INVOCATION_EMISSION_PATH"); in perform_test_single_symbol_sgf()
[all …]