OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getClassInterface
(Results
1 - 25
of
63
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp
53
<< *MethDerived->
getClassInterface
()
55
<< *MethAncestor->
getClassInterface
()
62
<< *MethAncestor->
getClassInterface
()
82
const ObjCInterfaceDecl *D = ID->
getClassInterface
();
ObjCPropertyChecker.cpp
61
ImplD = CatD->
getClassInterface
()->getImplementation();
ObjCUnusedIVarsChecker.cpp
89
for (const auto *Cat : ID->
getClassInterface
()->visible_categories()) {
110
const ObjCInterfaceDecl *ID = D->
getClassInterface
();
DirectIvarAssignment.cpp
119
const ObjCInterfaceDecl *InterD = D->
getClassInterface
();
ObjCMissingSuperCallChecker.cpp
90
const ObjCInterfaceDecl *ID = D->
getClassInterface
()->getSuperClass();
ObjCSelfInitChecker.cpp
399
ObjCInterfaceDecl *ID = MD->
getClassInterface
()->getSuperClass();
CheckObjCDealloc.cpp
196
const ObjCInterfaceDecl *ID = D->
getClassInterface
();
525
cast<ObjCMethodDecl>(LCtx->getDecl())->
getClassInterface
())
819
DeclContext::lookup_result R = CatDecl->
getClassInterface
()->lookup(ID);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
85
receiverClass = method->
getClassInterface
();
153
CurrentClass = Cat->
getClassInterface
();
155
CurrentClass = Impl->
getClassInterface
();
158
CurrentClass = CatImpl->
getClassInterface
();
307
if (!CD->
getClassInterface
()->isDeprecated())
309
ND = CD->
getClassInterface
();
388
MDecl->createImplicitParams(Context, MDecl->
getClassInterface
());
437
if (ObjCInterfaceDecl *IC = MDecl->
getClassInterface
()) {
451
if (ObjCInterfaceDecl *OID = CD->
getClassInterface
())
2119
ObjCInterfaceDecl* IDecl = ImpDecl->
getClassInterface
();
[
all
...]
SemaAvailability.cpp
140
if (MD->
getClassInterface
() == Impl->
getClassInterface
())
163
if (const ObjCInterfaceDecl *Interface = CatOrImpl->
getClassInterface
())
169
if (const ObjCInterfaceDecl *Interface = CatD->
getClassInterface
())
210
return Imp->
getClassInterface
();
SemaObjCProperty.cpp
394
OldContextName = Category->
getClassInterface
()->getIdentifier();
423
ObjCInterfaceDecl *CCPrimary = CDecl->
getClassInterface
();
1030
auto OrigClass = Category->
getClassInterface
();
1104
IDecl = IC->
getClassInterface
();
1178
IDecl = CatImplClass->
getClassInterface
();
1591
declaresSameEntity(IC->
getClassInterface
(), ClassDeclared)) {
1991
if (ObjCInterfaceDecl* IDecl = IC->
getClassInterface
())
2049
if ((IDecl = C->
getClassInterface
())) {
2111
if ((PrimaryClass = C->
getClassInterface
()))
2395
GetterMethod = IsClassProperty ? CatDecl->
getClassInterface
()-
[
all
...]
SemaExprMember.cpp
1365
D = Category->
getClassInterface
();
1368
ClassDeclared = Implementation->
getClassInterface
();
1405
ClassOfMethodDecl = MD->
getClassInterface
();
1415
ClassOfMethodDecl = IMPD->
getClassInterface
();
1418
ClassOfMethodDecl = CatImplClass->
getClassInterface
();
1546
ObjCInterfaceDecl *IFace = MD->
getClassInterface
();
SemaExprObjC.cpp
1276
ObjCInterfaceDecl *IFace = CurMD->
getClassInterface
();
1496
if (ObjCInterfaceDecl *Class = CurMethod->
getClassInterface
()) {
1548
Context.getObjCInterfaceType(MD->
getClassInterface
()));
1638
iface = impl->
getClassInterface
();
2174
if (auto classDecl = CurMethod->
getClassInterface
()) {
2180
<< CurMethod->
getClassInterface
()->getIdentifier();
2195
IFace = CurMethod->
getClassInterface
()->getSuperClass();
2268
if (Method && Method->
getClassInterface
())
2269
WantObjCSuper = Method->
getClassInterface
()->getSuperClass();
2308
if (!Method->
getClassInterface
()) {
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
853
if (const ObjCInterfaceDecl *ID =
getClassInterface
())
934
if (ObjCInterfaceDecl *IFD = ImplD->
getClassInterface
())
966
if (ObjCInterfaceDecl *IFD = ImplD->
getClassInterface
()) {
1160
ObjCInterfaceDecl *ObjCMethodDecl::
getClassInterface
() {
1164
return CD->
getClassInterface
();
1166
return IMD->
getClassInterface
();
1278
const ObjCInterfaceDecl *ID = IMD->
getClassInterface
();
1291
const ObjCInterfaceDecl *ID = CatD->
getClassInterface
();
1338
Container = ImplDecl->
getClassInterface
();
1373
ClassDecl = Category->
getClassInterface
();
[
all
...]
Mangle.cpp
331
<< MD->
getClassInterface
()->getName() << '_';
363
OS << CID->
getClassInterface
()->getName();
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexSymbol.cpp
41
return isUnitTestCase(D->
getClassInterface
());
195
ClsD = cast<ObjCImplementationDecl>(D)->
getClassInterface
();
210
ClsD = CatD->
getClassInterface
();
212
ClsD = cast<ObjCCategoryImplDecl>(D)->
getClassInterface
();
IndexDecl.cpp
437
const ObjCInterfaceDecl *Class = D->
getClassInterface
();
465
const ObjCInterfaceDecl *C = D->
getClassInterface
();
486
const ObjCInterfaceDecl *C = D->
getClassInterface
();
USRGeneration.cpp
402
const ObjCInterfaceDecl *ID = D->
getClassInterface
();
429
const ObjCInterfaceDecl *ID = CD->
getClassInterface
();
453
const ObjCInterfaceDecl *ID = CD->
getClassInterface
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp
116
if (!D->
getClassInterface
())
121
ArgTypes.push_back(D->getSelfType(Ctx, D->
getClassInterface
(),
CGObjC.cpp
80
const ObjCInterfaceDecl *ClassDecl = BoxingMethod->
getClassInterface
();
688
OMD->
getClassInterface
(),
725
const ObjCInterfaceDecl *iface = impl->
getClassInterface
();
805
StartObjCMethod(OMD, OMD->
getClassInterface
());
1049
StartObjCMethod(OMD, IMP->
getClassInterface
());
1194
EmitIvarOffset(classImpl->
getClassInterface
(), ivar);
1481
EmitIvarOffset(classImpl->
getClassInterface
(), ivar);
1581
StartObjCMethod(OMD, IMP->
getClassInterface
());
1625
const ObjCInterfaceDecl *iface = impl->
getClassInterface
();
1658
MD->createImplicitParams(CGM.getContext(), IMP->
getClassInterface
());
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexHigh.cpp
85
if (ImplD->
getClassInterface
())
86
return getCanonical(ImplD->
getClassInterface
());
/src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp
724
PrimaryInterface = CategoryDecl->
getClassInterface
();
726
PrimaryInterface = ImplDecl->
getClassInterface
();
753
const ObjCInterfaceDecl *IntD = MD->
getClassInterface
();
855
const ObjCInterfaceDecl *OID = D->
getClassInterface
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
318
ObjCInterfaceDecl *
getClassInterface
();
319
const ObjCInterfaceDecl *
getClassInterface
() const {
320
return const_cast<ObjCMethodDecl*>(this)->
getClassInterface
();
2309
ObjCInterfaceDecl *
getClassInterface
() { return ClassInterface; }
2310
const ObjCInterfaceDecl *
getClassInterface
() const { return ClassInterface; }
2424
const ObjCInterfaceDecl *
getClassInterface
() const { return ClassInterface; }
2425
ObjCInterfaceDecl *
getClassInterface
() { return ClassInterface; }
2649
return
getClassInterface
()->getIdentifier();
2729
const ObjCInterfaceDecl *
getClassInterface
() const { return AliasedClass; }
2730
ObjCInterfaceDecl *
getClassInterface
() { return AliasedClass;
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
176
return canModify(Impl->
getClassInterface
());
834
const ObjCInterfaceDecl *IDecl = ImpDecl->
getClassInterface
();
981
ObjCInterfaceDecl *IDecl = OM->
getClassInterface
();
1035
IDecl = CatDecl->
getClassInterface
();
1037
IDecl = ImpDecl->
getClassInterface
();
1306
IDecl = CatDecl->
getClassInterface
();
1308
IDecl = ImpDecl->
getClassInterface
();
1703
const ObjCInterfaceDecl *IFace = ImplD->
getClassInterface
();
TransProperties.cpp
92
ObjCInterfaceDecl *iface = D->
getClassInterface
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp
608
OS << OC->
getClassInterface
()->getName();
614
OS << OCD->
getClassInterface
()->getName() << '('
Completed in 41 milliseconds
1
2
3
Indexes created Sat Sep 19 00:25:42 UTC 2026