Home
last modified time | relevance | path

Searched refs:ObjCStringRegion (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRegions.def81 REGION(ObjCStringRegion, TypedValueRegion)
H A DMemRegion.h839 class ObjCStringRegion : public TypedValueRegion {
844 ObjCStringRegion(const ObjCStringLiteral *str, in ObjCStringRegion() function
1319 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp258 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID, in ProfileRegion()
522 void ObjCStringRegion::dumpToStream(raw_ostream &os) const { in dumpToStream()
810 const ObjCStringRegion *
812 return getSubRegion<ObjCStringRegion>( in getObjCStringRegion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp867 if (const ObjCStringRegion *SR = in checkPreObjCMessage()
868 dyn_cast_or_null<ObjCStringRegion>(svTitle.getAsRegion())) { in checkPreObjCMessage()