Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp270 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
515 void ObjCStringRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
729 const ObjCStringRegion *
731 return getSubRegion<ObjCStringRegion>(Str, getGlobalsRegion()); in getObjCStringRegion()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h777 class ObjCStringRegion : public TypedValueRegion {
782 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg) in ObjCStringRegion() function
1203 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);