OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCIvarRegion
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
229
ObjCIvarRegion
::
ObjCIvarRegion
(const ObjCIvarDecl *ivd, const MemRegion* sReg)
232
const ObjCIvarDecl *
ObjCIvarRegion
::getDecl() const {
236
QualType
ObjCIvarRegion
::getValueType() const {
315
void
ObjCIvarRegion
::ProfileRegion(llvm::FoldingSetNodeID& ID,
506
void
ObjCIvarRegion
::dumpToStream(raw_ostream &os) const {
597
bool
ObjCIvarRegion
::canPrintPrettyAsExpr() const {
601
void
ObjCIvarRegion
::printPrettyAsExpr(raw_ostream &os) const {
955
const
ObjCIvarRegion
*
958
return getSubRegion<
ObjCIvarRegion
>(d, superRegion)
[
all
...]
RegionStore.cpp
63
assert((r == r->getBaseRegion() || isa<
ObjCIvarRegion
>(r)) && "Not a base");
502
SVal getBindingForObjCIvar(RegionBindingsConstRef B, const
ObjCIvarRegion
*R);
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
960
class
ObjCIvarRegion
: public DeclRegion {
964
ObjCIvarRegion
(const ObjCIvarDecl *ivd, const MemRegion* sReg);
[
all
...]
Completed in 115 milliseconds