HomeSort by relevance Sort by last modified time
    Searched refs:ObjCStringRegion (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 265 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
497 void ObjCStringRegion::dumpToStream(raw_ostream &os) const {
641 const ObjCStringRegion *
643 return getSubRegion<ObjCStringRegion>(Str, getGlobalsRegion());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 705 class ObjCStringRegion : public TypedValueRegion {
710 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg)
    [all...]

Completed in 208 milliseconds