Searched refs:StaticType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypeChecker.cpp | 60 void reportTypeError(QualType DynamicType, QualType StaticType, 70 QualType StaticType, in reportTypeError() argument 81 QualType::print(StaticType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(), in reportTypeError() 175 QualType StaticType = CE->getType(); in checkPostStmt() local 178 const auto *StaticObjCType = StaticType->getAs<ObjCObjectPointerType>(); in checkPostStmt() 203 reportTypeError(DynType, StaticType, Region, CE, C); in checkPostStmt()
|