Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DRegions.def80 REGION(ObjCStringRegion, TypedValueRegion)
DMemRegion.h773 class ObjCStringRegion : public TypedValueRegion {
778 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg) in ObjCStringRegion() function
1199 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp266 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
511 void ObjCStringRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
785 const ObjCStringRegion *
787 return getSubRegion<ObjCStringRegion>(Str, getGlobalsRegion()); in getObjCStringRegion()
/external/clang/lib/StaticAnalyzer/Checkers/
DLocalizationChecker.cpp782 if (const ObjCStringRegion *SR = in checkPreObjCMessage()
783 dyn_cast_or_null<ObjCStringRegion>(svTitle.getAsRegion())) { in checkPreObjCMessage()