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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp270 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
505 void ObjCStringRegion::dumpToStream(raw_ostream &os) const {
718 const ObjCStringRegion *
720 return getSubRegion<ObjCStringRegion>(Str, getGlobalsRegion());
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h777 class ObjCStringRegion : public TypedValueRegion { class in namespace:clang::ento
782 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg) function in class:clang::ento::ObjCStringRegion
1202 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);

Completed in 160 milliseconds