OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstanceMethod
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp
190
InterfD->
getInstanceMethod
(PD->getGetterName());
192
InterfD->
getInstanceMethod
(PD->getSetterName());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
1875
if (!SuperClassImplementsGetter && SDecl->
getInstanceMethod
(Prop->getGetterName()))
1878
if (!SuperClassImplementsSetter && SDecl->
getInstanceMethod
(Prop->getSetterName()))
1911
ObjCMethodDecl *ImpMethod = IMPDecl->
getInstanceMethod
(Prop->getGetterName());
1915
ImpMethod = IMPDecl->
getInstanceMethod
(Prop->getSetterName());
1954
!IMPDecl->
getInstanceMethod
(Prop->getSetterName()) &&
2192
IMPDecl->
getInstanceMethod
(Property->getGetterName());
2195
IMPDecl->
getInstanceMethod
(Property->getSetterName());
2342
if (auto *IMD = IFD->
getInstanceMethod
(MD->getSelector())) {
2347
if (auto *IMD = Ext->
getInstanceMethod
(MD->getSelector())) {
2388
CD->
getInstanceMethod
(property->getGetterName())
[
all
...]
SemaExprMember.cpp
435
if (ObjCMethodDecl *OMD = PDecl->
getInstanceMethod
(Sel))
460
if (ObjCMethodDecl *OMD = I->
getInstanceMethod
(Sel)) {
SemaDeclObjC.cpp
2836
IMPDecl->
getInstanceMethod
(I->getSelector());
2837
assert(CDecl->
getInstanceMethod
(I->getSelector(), true/*AllowHidden*/) &&
4096
Ext->
getInstanceMethod
(Property->getGetterName()))
4100
= Ext->
getInstanceMethod
(Property->getSetterName()))
4825
PrevMethod = ImpDecl->
getInstanceMethod
(Sel);
SemaExprObjC.cpp
4242
IdentifierInfo *IMId = ObjCBAttr->
getInstanceMethod
();
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
139
if (ObjCMethodDecl *MD = Cat->
getInstanceMethod
(Sel))
583
if (const ObjCMethodDecl *MD = IFace->
getInstanceMethod
(Sel)) {
591
if (const ObjCMethodDecl *MD = Ext->
getInstanceMethod
(Sel)) {
753
Method = Instance ? ImpDecl->
getInstanceMethod
(Sel)
1718
if (ObjCMethodDecl *MD = Impl->
getInstanceMethod
(Sel))
/src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp
858
auto *OMD = Ext->
getInstanceMethod
(D->getSelector());
RetainSummaryManager.cpp
1145
Method = ReceiverClass->
getInstanceMethod
(S);
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
1178
ObjCMethodDecl *SetterMethod = D->
getInstanceMethod
(SetterSelector);
1201
SetterMethod = D->
getInstanceMethod
(SetterSelector);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
1063
ObjCMethodDecl *
getInstanceMethod
(Selector Sel,
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
912
auto *OMD = IMP->
getInstanceMethod
(getter ? PD->getGetterName()
Completed in 96 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026