Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def85 REGION(ObjCStringRegion, TypedValueRegion)
H A DMemRegion.h863 class ObjCStringRegion : public TypedValueRegion {
868 ObjCStringRegion(const ObjCStringLiteral *str, in ObjCStringRegion() function
1490 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp246 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion()
551 void ObjCStringRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
967 const ObjCStringRegion *
969 return getSubRegion<ObjCStringRegion>( in getObjCStringRegion()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp860 if (const ObjCStringRegion *SR = in checkPreObjCMessage()
861 dyn_cast_or_null<ObjCStringRegion>(svTitle.getAsRegion())) { in checkPreObjCMessage()