Searched defs:idxAction (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DIndexing.cpp467 CXIndexAction idxAction; member in struct:__anon19527::IndexSourceFileInfo
486 CXIndexAction cxIdxAction = ITUI->idxAction;
683 CXIndexAction idxAction; member in struct:__anon19528::IndexTranslationUnitInfo
956 void clang_IndexAction_dispose(CXIndexAction idxAction) { argument
957 if (idxAction)
958 delete static_cast<IndexSessionData *>(idxAction);
961 int clang_indexSourceFile(CXIndexAction idxAction, argument
984 idxAction,
1034 int clang_indexTranslationUnit(CXIndexAction idxAction, argument
1044 IndexTranslationUnitInfo ITUI = { idxAction, client_dat
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c3028 CXIndexAction idxAction,
3050 result = clang_indexSourceFile(idxAction, &index_data,
3066 CXIndexAction idxAction,
3087 result = clang_indexTranslationUnit(idxAction, &index_data,
3101 CXIndexAction idxAction; local
3119 idxAction = clang_IndexAction_create(Idx);
3124 result = index_compile_args(argc, argv, idxAction, importedASTs, check_prefix);
3131 result = index_ast_file(importedASTs->filenames[i], Idx, idxAction,
3138 clang_IndexAction_dispose(idxAction);
3146 CXIndexAction idxAction; local
3027 index_compile_args(int num_args, const char **args, CXIndexAction idxAction, ImportedASTFilesData *importedASTs, const char *check_prefix) argument
3064 index_ast_file(const char *ast_file, CXIndex Idx, CXIndexAction idxAction, ImportedASTFilesData *importedASTs, const char *check_prefix) argument
3176 CXIndexAction idxAction; local
[all...]

Completed in 75 milliseconds