HomeSort by relevance Sort by last modified time
    Searched refs:ObjCStringRegion (Results 1 - 3 of 3) 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...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 718 if (const ObjCStringRegion *SR =
719 dyn_cast_or_null<ObjCStringRegion>(svTitle.getAsRegion())) {
    [all...]

Completed in 836 milliseconds