Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def84 REGION(ObjCStringRegion, TypedValueRegion)
H A DMemRegion.h841 class ObjCStringRegion : public TypedValueRegion {
846 ObjCStringRegion(const ObjCStringLiteral *str, in ObjCStringRegion() function
1427 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp236 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion()
519 void ObjCStringRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
915 const ObjCStringRegion *
917 return getSubRegion<ObjCStringRegion>( in getObjCStringRegion()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp865 if (const ObjCStringRegion *SR = in checkPreObjCMessage()
866 dyn_cast_or_null<ObjCStringRegion>(svTitle.getAsRegion())) { in checkPreObjCMessage()