Searched refs:StaticType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp62 void reportTypeError(QualType DynamicType, QualType StaticType,
72 QualType StaticType,
83 QualType::print(StaticType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(),
180 QualType StaticType = CE->getType(); local
183 const auto *StaticObjCType = StaticType->getAs<ObjCObjectPointerType>();
208 reportTypeError(DynType, StaticType, Region, CE, C);
71 reportTypeError(QualType DynamicType, QualType StaticType, const MemRegion *Reg, const Stmt *ReportedNode, CheckerContext &C) const argument

Completed in 90 milliseconds