Lines Matching defs:findInfo
465 InfoEntry findInfo(const Expr *E) {
472 ConstInfoEntry findInfo(const Expr *E) const {
516 ConstInfoEntry Entry = findInfo(StmtNode);
533 InfoEntry Entry = findInfo(From);
542 InfoEntry Entry = findInfo(From);
555 InfoEntry Entry = findInfo(From);
565 InfoEntry Entry = findInfo(To);
622 InfoEntry Entry = findInfo(Call->getArg(Index));
657 InfoEntry Entry = findInfo(ObjArg);
701 InfoEntry LEntry = findInfo(BinOp->getLHS()),
702 REntry = findInfo(BinOp->getRHS());
759 InfoEntry Entry = findInfo(Temp->getSubExpr());
876 InfoEntry Entry = findInfo(Ret->getRetValue());
893 InfoEntry Entry = findInfo(UOp->getSubExpr());
915 MapType::iterator VIT = findInfo(Var->getInit()->IgnoreImplicit());