OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ObjCIvarRegion
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
1091
class
ObjCIvarRegion
: public DeclRegion {
1096
ObjCIvarRegion
(const ObjCIvarDecl *ivd, const SubRegion *sReg);
1430
const
ObjCIvarRegion
*getObjCIvarRegion(const ObjCIvarDecl *ivd,
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
163
ObjCIvarRegion
::
ObjCIvarRegion
(const ObjCIvarDecl *ivd, const SubRegion *sReg)
166
const ObjCIvarDecl *
ObjCIvarRegion
::getDecl() const { return IVD; }
168
QualType
ObjCIvarRegion
::getValueType() const {
282
void
ObjCIvarRegion
::ProfileRegion(llvm::FoldingSetNodeID& ID,
290
void
ObjCIvarRegion
::Profile(llvm::FoldingSetNodeID &ID) const {
507
void
ObjCIvarRegion
::dumpToStream(raw_ostream &os) const {
624
bool
ObjCIvarRegion
::canPrintPrettyAsExpr() const {
628
void
ObjCIvarRegion
::printPrettyAsExpr(raw_ostream &os) const {
1144
const
ObjCIvarRegion
*
[
all
...]
Completed in 16 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026