Searched defs:StringRegion (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h740 /// StringRegion - Region associated with a StringLiteral.
741 class StringRegion : public TypedValueRegion { class in namespace:clang::ento
746 StringRegion(const StringLiteral* str, const MemRegion* sreg) function in class:clang::ento::StringRegion
1201 const StringRegion *getStringRegion(const StringLiteral* Str);

Completed in 92 milliseconds