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 350 while (!TUDeclsInObjCContainer.empty()) {
351 DeclGroupRef DG = TUDeclsInObjCContainer.front();
352 TUDeclsInObjCContainer.pop_front();
IndexingContext.h 298 std::deque<DeclGroupRef> TUDeclsInObjCContainer;
454 TUDeclsInObjCContainer.push_back(DG);

Completed in 141 milliseconds