Home | History | Annotate | Download | only in Parse

Lines Matching refs:Victim

3550   ParsingClass *Victim = ClassStack.top();
3552 if (Victim->TopLevelClass) {
3555 DeallocateParsedClasses(Victim);
3560 if (Victim->LateParsedDeclarations.empty()) {
3561 // The victim is a nested class, but we will not need to perform
3565 DeallocateParsedClasses(Victim);
3573 ClassStack.top()->LateParsedDeclarations.push_back(new LateParsedClass(this, Victim));
3574 Victim->TemplateScope = getCurScope()->getParent()->isTemplateParamScope();