Searched refs:ObjCStringRegion (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h836 class ObjCStringRegion : public TypedValueRegion { class in namespace:clang::ento
841 ObjCStringRegion(const ObjCStringLiteral *str, function in class:clang::ento::ObjCStringRegion
1321 const ObjCStringRegion *getObjCStringRegion(const ObjCStringLiteral *Str);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp257 void ObjCStringRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
521 void ObjCStringRegion::dumpToStream(raw_ostream &os) const {
809 const ObjCStringRegion *
811 return getSubRegion<ObjCStringRegion>(
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp865 if (const ObjCStringRegion *SR =
866 dyn_cast_or_null<ObjCStringRegion>(svTitle.getAsRegion())) {

Completed in 142 milliseconds