Searched refs:StaticType (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypeChecker.cpp | 54 void reportTypeError(QualType DynamicType, QualType StaticType, 64 QualType StaticType, in reportTypeError() argument 74 QualType::print(StaticType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(), in reportTypeError() 165 QualType StaticType = CE->getType(); in checkPostStmt() local 168 const auto *StaticObjCType = StaticType->getAs<ObjCObjectPointerType>(); in checkPostStmt() 193 reportTypeError(DynType, StaticType, Region, CE, C); in checkPostStmt()
|