HomeSort by: relevance | last modified time | path
    Searched refs:ObjCStringRegion (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 822 class ObjCStringRegion : public TypedValueRegion {
827 ObjCStringRegion(const ObjCStringLiteral *str,
1385 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 233 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
516 void ObjCStringRegion::dumpToStream(raw_ostream &os) const {
883 const ObjCStringRegion *
885 return getSubRegion<ObjCStringRegion>(
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp 865 if (const ObjCStringRegion *SR =
866 dyn_cast_or_null<ObjCStringRegion>(svTitle.getAsRegion())) {

Completed in 55 milliseconds