Lines Matching refs:InfoEntry
460 typedef MapType::iterator InfoEntry; typedef in clang::consumed::ConsumedStmtVisitor
468 InfoEntry findInfo(const Expr *E) { in findInfo()
533 InfoEntry Entry = findInfo(From); in forwardInfo()
543 InfoEntry Entry = findInfo(From); in copyInfo()
557 InfoEntry Entry = findInfo(From); in getInfo()
568 InfoEntry Entry = findInfo(To); in setInfo()
629 InfoEntry Entry = findInfo(Call->getArg(Index)); in handleCall()
664 InfoEntry Entry = findInfo(ObjArg); in handleCall()
710 InfoEntry LEntry = findInfo(BinOp->getLHS()), in VisitBinaryOperator()
772 InfoEntry Entry = findInfo(Temp->getSubExpr()); in VisitCXXBindTemporaryExpr()
896 InfoEntry Entry = findInfo(Ret->getRetValue()); in VisitReturnStmt()
913 InfoEntry Entry = findInfo(UOp->getSubExpr()); in VisitUnaryOperator()