Home | History | Annotate | Download | only in Sema

Lines Matching defs:Pos

12501     llvm::DenseMap<CXXRecordDecl *, bool>::iterator Pos
12504 if (Pos != VTablesUsed.end()) {
12505 if (!Pos->second && VTables[I].DefinitionRequired)
12506 Pos->second = true;
12529 Pos = VTablesUsed.insert(std::make_pair(Class, DefinitionRequired));
12530 if (!Pos.second) {
12534 if (DefinitionRequired && !Pos.first->second) {
12535 Pos.first->second = true;