OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getClassMethod
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
2191
IMPDecl->
getClassMethod
(Property->getGetterName()) :
2194
IMPDecl->
getClassMethod
(Property->getSetterName()) :
2387
CD->
getClassMethod
(property->getGetterName()) :
2396
getClassMethod
(property->getGetterName()) :
2401
CD->
getClassMethod
(property->getSetterName()) :
2407
getClassMethod
(property->getSetterName()) :
SemaDeclObjC.cpp
2865
IMPDecl->
getClassMethod
(I->getSelector());
2866
assert(CDecl->
getClassMethod
(I->getSelector(), true/*AllowHidden*/) &&
4828
PrevMethod = ImpDecl->
getClassMethod
(Sel);
SemaExprObjC.cpp
4241
IdentifierInfo *CMId = ObjCBAttr->
getClassMethod
();
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
754
: ImpDecl->
getClassMethod
(Sel);
1728
if (ObjCMethodDecl *MD = Impl->
getClassMethod
(Sel))
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
1068
ObjCMethodDecl *
getClassMethod
(Selector Sel, bool AllowHidden = false) const {
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
596
return OD->
getClassMethod
(LoadSel) != nullptr;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp
6497
return OD->
getClassMethod
(GetNullarySelector("load")) != nullptr ||
Completed in 63 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026