OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImplD
(Results
1 - 10
of
10
) sorted by null
/external/clang/lib/ARCMigrate/
TransProperties.cpp
62
ObjCPropertyImplDecl *
ImplD
;
64
PropData(ObjCPropertyDecl *propD) : PropD(propD), IvarD(0),
ImplD
(0) { }
105
ObjCPropertyImplDecl *
implD
= *I;
106
if (
implD
->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
108
ObjCPropertyDecl *propD =
implD
->getPropertyDecl();
111
ObjCIvarDecl *ivarD =
implD
->getPropertyIvarDecl();
123
I->
ImplD
=
implD
;
230
if (I->
ImplD
)
259
if (I->
ImplD
)
[
all
...]
/external/clang/lib/AST/
DeclObjC.cpp
643
if (ObjCImplementationDecl *
ImplD
= Ctx.getObjCImplementation(IFD))
644
if (!
ImplD
->isInvalidDecl())
645
Redecl =
ImplD
->getMethod(getSelector(), isInstanceMethod());
648
if (ObjCCategoryImplDecl *
ImplD
= Ctx.getObjCImplementation(CD))
649
if (!
ImplD
->isInvalidDecl())
650
Redecl =
ImplD
->getMethod(getSelector(), isInstanceMethod());
652
} else if (ObjCImplementationDecl *
ImplD
=
654
if (ObjCInterfaceDecl *IFD =
ImplD
->getClassInterface())
678
if (ObjCImplementationDecl *
ImplD
= dyn_cast<ObjCImplementationDecl>(CtxD)) {
679
if (ObjCInterfaceDecl *IFD =
ImplD
->getClassInterface()
[
all
...]
ASTContext.cpp
[
all
...]
/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
817
ImplD
= dyn_cast<ObjCImplementationDecl>(D)) {
818
return getEntityDecl(
ImplD
->getClassInterface());
[
all
...]
CIndex.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp
376
visit(const ObjCImplementationDecl *
ImplD
) const {
383
const ObjCInterfaceDecl *InterfaceD =
ImplD
->getClassInterface();
447
const ObjCMethodDecl *D =
ImplD
->getMethod(InterfD->getSelector(),
498
const ObjCMethodDecl *D =
ImplD
->getMethod(InterfD->getSelector(),
/external/clang/include/clang/AST/
ASTContext.h
[
all
...]
DeclObjC.h
740
void setImplementation(ObjCImplementationDecl *
ImplD
);
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 359 milliseconds