Searched defs:DynamicTypePropagation (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp1 //== DynamicTypePropagation.cpp ----------------------------------- -*- C++ -*--=//
27 class DynamicTypePropagation: class in namespace:__anon15517
60 void DynamicTypePropagation::checkPreCall(const CallEvent &Call,
104 void DynamicTypePropagation::checkPostCall(const CallEvent &Call,
176 void DynamicTypePropagation::checkPostStmt(const ImplicitCastExpr *CastE,
195 void DynamicTypePropagation::checkPostStmt(const CXXNewExpr *NewE,
210 DynamicTypePropagation::getObjectTypeForAllocAndNew(const ObjCMessageExpr *MsgE,
247 DynamicTypePropagation::getBetterObjCType(const Expr *CastE,
280 mgr.registerChecker<DynamicTypePropagation>();

Completed in 44 milliseconds