Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def84 REGION(ObjCStringRegion, TypedValueRegion)
H A DMemRegion.h822 class ObjCStringRegion : public TypedValueRegion {
827 ObjCStringRegion(const ObjCStringLiteral *str, in ObjCStringRegion() function
1385 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp233 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion()
516 void ObjCStringRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
883 const ObjCStringRegion *
885 return getSubRegion<ObjCStringRegion>( in getObjCStringRegion()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp865 if (const ObjCStringRegion *SR = in checkPreObjCMessage()
866 dyn_cast_or_null<ObjCStringRegion>(svTitle.getAsRegion())) { in checkPreObjCMessage()