Lines Matching defs:idxAction
3961 CXIndexAction idxAction,
3983 result = clang_indexSourceFile(idxAction, &index_data,
4000 CXIndexAction idxAction,
4021 result = clang_indexTranslationUnit(idxAction, &index_data,
4036 CXIndexAction idxAction;
4054 idxAction = clang_IndexAction_create(Idx);
4059 result = index_compile_args(argc, argv, idxAction, importedASTs, check_prefix);
4066 result = index_ast_file(importedASTs->filenames[i], Idx, idxAction,
4073 clang_IndexAction_dispose(idxAction);
4081 CXIndexAction idxAction;
4098 idxAction = clang_IndexAction_create(Idx);
4100 result = index_ast_file(argv[0], Idx, idxAction,
4103 clang_IndexAction_dispose(idxAction);
4111 CXIndexAction idxAction;
4133 idxAction = clang_IndexAction_create(Idx);
4209 errorCode = index_compile_args(numArgs, args, idxAction,
4227 clang_IndexAction_dispose(idxAction);