Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp475 CXTranslationUnit *out_TU; member
493 CXTranslationUnit *out_TU = ITUI->out_TU; in clang_indexSourceFile_Impl() local
496 if (out_TU) in clang_indexSourceFile_Impl()
497 *out_TU = nullptr; in clang_indexSourceFile_Impl()
498 bool requestedToGetTU = (out_TU != nullptr); in clang_indexSourceFile_Impl()
669 if (out_TU) in clang_indexSourceFile_Impl()
670 *out_TU = CXTU->takeTU(); in clang_indexSourceFile_Impl()
965 CXTranslationUnit *out_TU, in clang_indexSourceFile() argument
987 out_TU, in clang_indexSourceFile()
1021 if (out_TU) in clang_indexSourceFile()
[all …]
DCIndex.cpp2868 CXTranslationUnit *out_TU) { in clang_createTranslationUnit2() argument
2869 if (out_TU) in clang_createTranslationUnit2()
2870 *out_TU = nullptr; in clang_createTranslationUnit2()
2872 if (!CIdx || !ast_filename || !out_TU) in clang_createTranslationUnit2()
2889 *out_TU = MakeCXTranslationUnit(CXXIdx, AU.release()); in clang_createTranslationUnit2()
2890 return *out_TU ? CXError_Success : CXError_Failure; in clang_createTranslationUnit2()
2919 CXTranslationUnit *out_TU; member
2930 CXTranslationUnit *out_TU = PTUI->out_TU; in clang_parseTranslationUnit_Impl() local
2933 if (out_TU) in clang_parseTranslationUnit_Impl()
2934 *out_TU = nullptr; in clang_parseTranslationUnit_Impl()
[all …]
/external/clang/include/clang-c/
DIndex.h1107 CXTranslationUnit *out_TU);
1289 CXTranslationUnit *out_TU);
5646 CXTranslationUnit *out_TU,