reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  840     State = State->set<MostSpecializedTypeArgsMap>(RetSym, InferredType);
  840     State = State->set<MostSpecializedTypeArgsMap>(RetSym, InferredType);
  841     C.addTransition(State);
  851       State->get<MostSpecializedTypeArgsMap>(RecSym);
  877   if (RetRegion && !getRawDynamicTypeInfo(State, RetRegion)) {
  881     State = setDynamicTypeInfo(State, RetRegion, ResultType,
  881     State = setDynamicTypeInfo(State, RetRegion, ResultType,
  883     Pred = C.addTransition(State);
  893   if (!State->get<MostSpecializedTypeArgsMap>(RetSym)) {
  894     State = State->set<MostSpecializedTypeArgsMap>(RetSym, ResultPtrType);
  894     State = State->set<MostSpecializedTypeArgsMap>(RetSym, ResultPtrType);
  895     C.addTransition(State, Pred);