Home
last modified time | relevance | path

Searched refs:getBetterObjCType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp62 const ObjCObjectPointerType *getBetterObjCType(const Expr *CastE,
287 if (const Type *NewTy = getBetterObjCType(CE, C)) { in dynamicTypePropagationOnCasts()
346 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType() function in DynamicTypePropagation