HomeSort by relevance Sort by last modified time
    Searched defs:out_TU (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
Indexing.cpp 475 CXTranslationUnit *out_TU;
493 CXTranslationUnit *out_TU = ITUI->out_TU;
496 if (out_TU)
497 *out_TU = nullptr;
498 bool requestedToGetTU = (out_TU != nullptr);
669 if (out_TU)
670 *out_TU = CXTU->takeTU();
965 CXTranslationUnit *out_TU,
987 out_TU,
    [all...]
CIndex.cpp     [all...]

Completed in 4067 milliseconds