Home | History | Annotate | Download | only in Sema

Lines Matching refs:VTableUses

13115   VTableUses.insert(VTableUses.begin(), NewUses.begin(), NewUses.end());
13133 // to require a definition. If so, we need to reappend to the VTableUses
13163 VTableUses.push_back(std::make_pair(Class, Loc));
13168 if (VTableUses.empty())
13171 // Note: The VTableUses vector could grow as a result of marking
13176 for (unsigned I = 0; I != VTableUses.size(); ++I) {
13177 CXXRecordDecl *Class = VTableUses[I].first->getDefinition();
13181 SourceLocation Loc = VTableUses[I].second;
13251 VTableUses.clear();