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()
665 const ObjCStringRegion *
667 return getSubRegion<ObjCStringRegion>(Str, getGlobalsRegion()); in getObjCStringRegion()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h749 class ObjCStringRegion : public TypedValueRegion {
754 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg) in ObjCStringRegion() function
1162 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);