Home
last modified time | relevance | path

Searched refs:PotentiallyReferenced (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DSema.h547 PotentiallyReferencedDecls *PotentiallyReferenced; member
558 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() local
575 PotentiallyReferenced = 0; in Destroy()
/external/clang/lib/Sema/
DSemaExpr.cpp8813 if (Rec.PotentiallyReferenced) { in PopExpressionEvaluationContext()
8818 I = Rec.PotentiallyReferenced->begin(), in PopExpressionEvaluationContext()
8819 IEnd = Rec.PotentiallyReferenced->end(); in PopExpressionEvaluationContext()