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

References

tools/clang/lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
  198     ProgramStateRef State = C.getState();
  213         const ObjCObjectType *ObjTy = getObjectTypeForAllocAndNew(MsgE, C);
  217                  C.getASTContext().getObjCObjectPointerType(QualType(ObjTy, 0));
  218         C.addTransition(setDynamicTypeInfo(State, RetReg, DynResTy, false));
  228         C.addTransition(setDynamicTypeInfo(State, RetReg, RecDynType));
  252         const LocationContext *LCtx = C.getLocationContext();
  264         recordFixedType(Target, cast<CXXConstructorDecl>(LCtx->getDecl()), C);