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

  /external/clang/tools/libclang/
IndexDecl.cpp 331 while (!TUDeclsInObjCContainer.empty()) {
332 DeclGroupRef DG = TUDeclsInObjCContainer.front();
333 TUDeclsInObjCContainer.pop_front();
IndexingContext.h 308 std::deque<DeclGroupRef> TUDeclsInObjCContainer;
459 TUDeclsInObjCContainer.push_back(DG);

Completed in 570 milliseconds