Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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()
630 if (out_TU) in clang_indexSourceFile_Impl()
631 *out_TU = CXTU->takeTU(); in clang_indexSourceFile_Impl()
871 CXTranslationUnit *out_TU, in clang_indexSourceFile() argument
879 num_unsaved_files, out_TU, TU_options); in clang_indexSourceFile()
888 CXTranslationUnit *out_TU, unsigned TU_options) { in clang_indexSourceFileFullArgv() argument
933 if (out_TU) in clang_indexSourceFileFullArgv()
[all …]
H A DCIndex.cpp3503 if (out_TU) in clang_createTranslationUnit2()
3504 *out_TU = nullptr; in clang_createTranslationUnit2()
3506 if (!CIdx || !ast_filename || !out_TU) in clang_createTranslationUnit2()
3548 if (out_TU) in clang_parseTranslationUnit_Impl()
3549 *out_TU = nullptr; in clang_parseTranslationUnit_Impl()
3552 if (!CIdx || !out_TU) in clang_parseTranslationUnit_Impl()
3695 if (CXTranslationUnitImpl *TU = *out_TU) { in clang_parseTranslationUnit_Impl()
3725 unsigned options, CXTranslationUnit *out_TU) { in clang_parseTranslationUnit2() argument
3732 num_unsaved_files, options, out_TU); in clang_parseTranslationUnit2()
3739 unsigned options, CXTranslationUnit *out_TU) { in clang_parseTranslationUnit2FullArgv() argument
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1190 CXTranslationUnit *out_TU);
1422 unsigned options, CXTranslationUnit *out_TU);
1433 unsigned options, CXTranslationUnit *out_TU);
6701 unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options);
6713 unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options);