Searched refs:out_TU (Results 1 – 3 of 3) sorted by relevance
/external/clang/tools/libclang/ |
D | Indexing.cpp | 420 ArrayRef<CXUnsavedFile> unsaved_files, CXTranslationUnit *out_TU, in clang_indexSourceFile_Impl() argument 422 if (out_TU) in clang_indexSourceFile_Impl() 423 *out_TU = nullptr; in clang_indexSourceFile_Impl() 424 bool requestedToGetTU = (out_TU != nullptr); in clang_indexSourceFile_Impl() 601 if (out_TU) in clang_indexSourceFile_Impl() 602 *out_TU = CXTU->takeTU(); in clang_indexSourceFile_Impl() 843 CXTranslationUnit *out_TU, 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 876 llvm::makeArrayRef(unsaved_files, num_unsaved_files), out_TU, in clang_indexSourceFileFullArgv() [all …]
|
D | CIndex.cpp | 3128 CXTranslationUnit *out_TU) { in clang_createTranslationUnit2() argument 3129 if (out_TU) in clang_createTranslationUnit2() 3130 *out_TU = nullptr; in clang_createTranslationUnit2() 3132 if (!CIdx || !ast_filename || !out_TU) in clang_createTranslationUnit2() 3151 *out_TU = MakeCXTranslationUnit(CXXIdx, AU.release()); in clang_createTranslationUnit2() 3152 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2() 3179 unsigned options, CXTranslationUnit *out_TU) { in clang_parseTranslationUnit_Impl() argument 3181 if (out_TU) in clang_parseTranslationUnit_Impl() 3182 *out_TU = nullptr; in clang_parseTranslationUnit_Impl() 3185 if (!CIdx || !out_TU) in clang_parseTranslationUnit_Impl() [all …]
|
/external/clang/include/clang-c/ |
D | Index.h | 1105 CXTranslationUnit *out_TU); 1306 CXTranslationUnit *out_TU); 1317 unsigned options, CXTranslationUnit *out_TU); 5904 CXTranslationUnit *out_TU, 5917 unsigned num_unsaved_files, CXTranslationUnit *out_TU, unsigned TU_options);
|