Home | History | Annotate | Download | only in libclang

Lines Matching full:user_data

4494 void clang_executeOnThread(void (*fn)(void*), void *user_data,
4496 llvm::llvm_execute_on_thread(fn, user_data, stack_size);