Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp63 const ObjCObjectPointerType *getBetterObjCType(const Expr *CastE,
412 if (const Type *NewTy = getBetterObjCType(CE, C)) { in dynamicTypePropagationOnCasts()
437 DynamicTypePropagation::getBetterObjCType(const Expr *CastE, in getBetterObjCType() function in DynamicTypePropagation