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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h232 /// SymbolExtent - Represents the extent (size in bytes) of a bounded region.
235 class SymbolExtent : public SymbolData { class in namespace:clang::ento
239 SymbolExtent(SymbolID sym, const SubRegion *r) function in class:clang::ento::SymbolExtent
513 const SymbolExtent *getExtentSymbol(const SubRegion *R);

Completed in 38 milliseconds