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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h40 class CodeTextRegion;
232 /// \brief The region of the static variables within the current CodeTextRegion
240 const CodeTextRegion *CR;
242 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
250 const CodeTextRegion *getCodeRegion() const { return CR; }
533 class CodeTextRegion : public TypedRegion { class in namespace:clang::ento
537 CodeTextRegion(const MemRegion *sreg, Kind k) : TypedRegion(sreg, k) {} function in class:clang::ento::CodeTextRegion
548 class FunctionTextRegion : public CodeTextRegion {
552 : CodeTextRegion(sreg, FunctionTextRegionKind), FD(fd) {
593 class BlockTextRegion : public CodeTextRegion {
[all...]

Completed in 305 milliseconds