Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp421 unsigned TU_options) { in clang_indexSourceFile_Impl() argument
564 PrecompilePreamble = TU_options & CXTranslationUnit_PrecompiledPreamble; in clang_indexSourceFile_Impl()
566 TU_options & CXTranslationUnit_CreatePreambleOnFirstParse; in clang_indexSourceFile_Impl()
569 = TU_options & CXTranslationUnit_CacheCompletionResults; in clang_indexSourceFile_Impl()
572 if (TU_options & CXTranslationUnit_DetailedPreprocessingRecord) { in clang_indexSourceFile_Impl()
844 unsigned TU_options) { in clang_indexSourceFile() argument
851 num_unsaved_files, out_TU, TU_options); in clang_indexSourceFile()
860 CXTranslationUnit *out_TU, unsigned TU_options) { in clang_indexSourceFileFullArgv() argument
877 TU_options); in clang_indexSourceFileFullArgv()
905 fprintf(stderr, " 'options' : %d,\n", TU_options); in clang_indexSourceFileFullArgv()
/external/clang/include/clang-c/
DIndex.h5905 unsigned TU_options);
5917 unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options);