Searched refs:StaticType (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DynamicTypeChecker.cpp | 62 void reportTypeError(QualType DynamicType, QualType StaticType, 72 QualType StaticType, in reportTypeError() argument 83 QualType::print(StaticType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(), in reportTypeError() 180 QualType StaticType = CE->getType(); in checkPostStmt() local 183 const auto *StaticObjCType = StaticType->getAs<ObjCObjectPointerType>(); in checkPostStmt() 208 reportTypeError(DynType, StaticType, Region, CE, C); in checkPostStmt()
|