Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp52 void reportTypeError(QualType DynamicType, QualType StaticType,
62 QualType StaticType, in reportTypeError() argument
72 QualType::print(StaticType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(), in reportTypeError()
163 QualType StaticType = CE->getType(); in checkPostStmt() local
166 const auto *StaticObjCType = StaticType->getAs<ObjCObjectPointerType>(); in checkPostStmt()
191 reportTypeError(DynType, StaticType, Region, CE, C); in checkPostStmt()