Searched refs:PropagationMap (Results 1 – 1 of 1) sorted by relevance
467 MapType PropagationMap; member in clang::consumed::ConsumedStmtVisitor473 return PropagationMap.find(E->IgnoreParens()); in findInfo()480 return PropagationMap.find(E->IgnoreParens()); in findInfo()484 PropagationMap.insert(PairType(E->IgnoreParens(), PI)); in insertInfo()522 if (Entry != PropagationMap.end()) in getInfo()538 if (Entry != PropagationMap.end()) in forwardInfo()547 if (Entry != PropagationMap.end()) { in copyInfo()560 if (Entry != PropagationMap.end()) { in getInfo()570 if (Entry != PropagationMap.end()) { in setInfo()628 if (Entry == PropagationMap.end() || Entry->second.isTest()) in handleCall()[all …]