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 476 CXTranslationUnit *out_TU;
494 CXTranslationUnit *out_TU = ITUI->out_TU;
497 if (out_TU)
498 *out_TU = nullptr;
499 bool requestedToGetTU = (out_TU != nullptr);
670 if (out_TU)
671 *out_TU = CXTU->takeTU();
971 CXTranslationUnit *out_TU,
993 out_TU,
    [all...]
CIndex.cpp     [all...]

Completed in 170 milliseconds