Searched refs:PotentiallyReferenced (Results 1 – 2 of 2) sorted by relevance
547 PotentiallyReferencedDecls *PotentiallyReferenced; member558 PotentiallyReferenced(0), PotentiallyDiagnosed(0) { } in ExpressionEvaluationContextRecord()561 if (!PotentiallyReferenced) in addReferencedDecl()562 PotentiallyReferenced = new PotentiallyReferencedDecls; in addReferencedDecl()563 PotentiallyReferenced->push_back(std::make_pair(Loc, Decl)); in addReferencedDecl()573 delete PotentiallyReferenced; in Destroy() local575 PotentiallyReferenced = 0; in Destroy()
8813 if (Rec.PotentiallyReferenced) { in PopExpressionEvaluationContext()8818 I = Rec.PotentiallyReferenced->begin(), in PopExpressionEvaluationContext()8819 IEnd = Rec.PotentiallyReferenced->end(); in PopExpressionEvaluationContext()