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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 773 class ObjCStringRegion : public TypedValueRegion {
778 ObjCStringRegion(const ObjCStringLiteral* str, const MemRegion* sreg)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 266 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
511 void ObjCStringRegion::dumpToStream(raw_ostream &os) const {
785 const ObjCStringRegion *
787 return getSubRegion<ObjCStringRegion>(Str, getGlobalsRegion());
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 782 if (const ObjCStringRegion *SR =
783 dyn_cast_or_null<ObjCStringRegion>(svTitle.getAsRegion())) {
    [all...]

Completed in 263 milliseconds