Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp59 void reportTypeError(QualType DynamicType, QualType StaticType,
69 QualType StaticType, in reportTypeError() argument
80 QualType::print(StaticType.getTypePtr(), Qualifiers(), OS, C.getLangOpts(), in reportTypeError()
171 QualType StaticType = CE->getType(); in checkPostStmt() local
174 const auto *StaticObjCType = StaticType->getAs<ObjCObjectPointerType>(); in checkPostStmt()
199 reportTypeError(DynType, StaticType, Region, CE, C); in checkPostStmt()