OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjCIvarRegion
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
960
class
ObjCIvarRegion
: public DeclRegion {
964
ObjCIvarRegion
(const ObjCIvarDecl *ivd, const MemRegion* sReg);
[
all
...]
/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,
497
void
ObjCIvarRegion
::dumpToStream(raw_ostream &os) const {
586
bool
ObjCIvarRegion
::canPrintPrettyAsExpr() const {
590
void
ObjCIvarRegion
::printPrettyAsExpr(raw_ostream &os) const {
940
const
ObjCIvarRegion
*
943
return getSubRegion<
ObjCIvarRegion
>(d, superRegion)
[
all
...]
Completed in 27 milliseconds