Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp447 ArrayRef<CXUnsavedFile> unsaved_files, CXTranslationUnit *out_TU, in clang_indexSourceFile_Impl() argument
449 if (out_TU) in clang_indexSourceFile_Impl()
450 *out_TU = nullptr; in clang_indexSourceFile_Impl()
451 bool requestedToGetTU = (out_TU != nullptr); in clang_indexSourceFile_Impl()
633 if (out_TU) in clang_indexSourceFile_Impl()
634 *out_TU = CXTU->takeTU(); in clang_indexSourceFile_Impl()
874 CXTranslationUnit *out_TU, in clang_indexSourceFile() argument
882 num_unsaved_files, out_TU, TU_options); in clang_indexSourceFile()
891 CXTranslationUnit *out_TU, unsigned TU_options) { in clang_indexSourceFileFullArgv() argument
936 if (out_TU) in clang_indexSourceFileFullArgv()
[all …]
H A DCIndex.cpp3699 if (out_TU) in clang_createTranslationUnit2()
3700 *out_TU = nullptr; in clang_createTranslationUnit2()
3702 if (!CIdx || !ast_filename || !out_TU) in clang_createTranslationUnit2()
3744 if (out_TU) in clang_parseTranslationUnit_Impl()
3745 *out_TU = nullptr; in clang_parseTranslationUnit_Impl()
3748 if (!CIdx || !out_TU) in clang_parseTranslationUnit_Impl()
3891 if (CXTranslationUnitImpl *TU = *out_TU) { in clang_parseTranslationUnit_Impl()
3921 unsigned options, CXTranslationUnit *out_TU) { in clang_parseTranslationUnit2() argument
3928 num_unsaved_files, options, out_TU); in clang_parseTranslationUnit2()
3935 unsigned options, CXTranslationUnit *out_TU) { in clang_parseTranslationUnit2FullArgv() argument
[all …]
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h1190 CXTranslationUnit *out_TU);
1422 unsigned options, CXTranslationUnit *out_TU);
1433 unsigned options, CXTranslationUnit *out_TU);
6769 unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options);
6781 unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options);