OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImplD
(Results
1 - 14
of
14
) sorted by null
/external/clang/lib/ARCMigrate/
TransProperties.cpp
62
ObjCPropertyImplDecl *
ImplD
;
65
: PropD(propD), IvarD(nullptr),
ImplD
(nullptr) {}
108
ObjCPropertyImplDecl *
implD
= *I;
109
if (
implD
->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
111
ObjCPropertyDecl *propD =
implD
->getPropertyDecl();
114
ObjCIvarDecl *ivarD =
implD
->getPropertyIvarDecl();
126
I->
ImplD
=
implD
;
207
if (I->
ImplD
)
236
if (I->
ImplD
)
[
all
...]
ObjCMT.cpp
84
const ObjCImplementationDecl *
ImplD
);
[
all
...]
/external/clang/lib/AST/
DeclObjC.cpp
448
if (const auto *
ImplD
= D->getImplementation()) {
449
for (const auto *MD :
ImplD
->instance_methods()) {
819
if (ObjCImplementationDecl *
ImplD
= Ctx.getObjCImplementation(IFD))
820
if (!
ImplD
->isInvalidDecl())
821
Redecl =
ImplD
->getMethod(getSelector(), isInstanceMethod());
824
if (ObjCCategoryImplDecl *
ImplD
= Ctx.getObjCImplementation(CD))
825
if (!
ImplD
->isInvalidDecl())
826
Redecl =
ImplD
->getMethod(getSelector(), isInstanceMethod());
828
} else if (ObjCImplementationDecl *
ImplD
=
830
if (ObjCInterfaceDecl *IFD =
ImplD
->getClassInterface()
[
all
...]
ASTContext.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp
364
visit(const ObjCImplementationDecl *
ImplD
) const {
371
const ObjCInterfaceDecl *InterfaceD =
ImplD
->getClassInterface();
435
const ObjCMethodDecl *D =
ImplD
->getMethod(InterfD->getSelector(),
487
const ObjCMethodDecl *D =
ImplD
->getMethod(InterfD->getSelector(),
/external/clang/tools/libclang/
CIndexHigh.cpp
85
if (const ObjCImplDecl *
ImplD
= dyn_cast<ObjCImplDecl>(D)) {
86
if (
ImplD
->getClassInterface())
87
return getCanonical(
ImplD
->getClassInterface());
IndexingContext.cpp
818
ImplD
= dyn_cast<ObjCImplementationDecl>(D)) {
819
return getEntityDecl(
ImplD
->getClassInterface());
[
all
...]
CIndex.cpp
[
all
...]
/external/clang/lib/Sema/
SemaObjCProperty.cpp
[
all
...]
SemaDeclObjC.cpp
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
[
all
...]
DeclObjC.h
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
/external/clang/include/clang/Sema/
Sema.h
[
all
...]
Completed in 1571 milliseconds