Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp265 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID, in ProfileRegion()
497 void ObjCStringRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
641 const ObjCStringRegion *
643 return getSubRegion<ObjCStringRegion>(Str, getGlobalsRegion()); in getObjCStringRegion()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h705 class ObjCStringRegion : public TypedValueRegion {
710 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg) in ObjCStringRegion() function
1114 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);