Lines Matching refs:InfoEntry
460 typedef MapType::iterator InfoEntry; typedef in clang::consumed::ConsumedStmtVisitor
468 InfoEntry findInfo(const Expr *E) { in findInfo()
527 InfoEntry Entry = findInfo(From); in forwardInfo()
537 InfoEntry Entry = findInfo(From); in copyInfo()
551 InfoEntry Entry = findInfo(From); in getInfo()
562 InfoEntry Entry = findInfo(To); in setInfo()
623 InfoEntry Entry = findInfo(Call->getArg(Index)); in handleCall()
658 InfoEntry Entry = findInfo(ObjArg); in handleCall()
704 InfoEntry LEntry = findInfo(BinOp->getLHS()), in VisitBinaryOperator()
766 InfoEntry Entry = findInfo(Temp->getSubExpr()); in VisitCXXBindTemporaryExpr()
890 InfoEntry Entry = findInfo(Ret->getRetValue()); in VisitReturnStmt()
907 InfoEntry Entry = findInfo(UOp->getSubExpr()); in VisitUnaryOperator()