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 270 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
515 void ObjCStringRegion::dumpToStream(raw_ostream &os) const {
729 const ObjCStringRegion *
731 return getSubRegion<ObjCStringRegion>(Str, getGlobalsRegion());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 777 class ObjCStringRegion : public TypedValueRegion {
782 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg)
    [all...]

Completed in 147 milliseconds