OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getImplementation
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCPropertyChecker.cpp
59
ImplD = IntD->
getImplementation
();
61
ImplD = CatD->getClassInterface()->
getImplementation
();
ObjCUnusedIVarsChecker.cpp
90
if (const ObjCCategoryImplDecl *CID = Cat->
getImplementation
())
CheckObjCDealloc.cpp
558
ObjCImplDecl *ImplDecl = Interface->
getImplementation
();
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCAttrs.cpp
149
return ID->
getImplementation
() != nullptr;
151
return CD->
getImplementation
() != nullptr;
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
499
if (const auto *ImplD = D->
getImplementation
()) {
752
if (ObjCImplementationDecl *ImpDecl =
getImplementation
())
1584
ObjCImplementationDecl *ObjCInterfaceDecl::
getImplementation
() const {
1661
if (ObjCImplementationDecl *ImplDecl =
getImplementation
()) {
1717
if (ObjCCategoryImplDecl *Impl = Cat->
getImplementation
())
1727
if (ObjCCategoryImplDecl *Impl = Cat->
getImplementation
())
2076
ObjCCategoryImplDecl *ObjCCategoryDecl::
getImplementation
() const {
JSONNodeDumper.cpp
956
JOS.attribute("implementation", createBareDeclRef(D->
getImplementation
()));
984
JOS.attribute("implementation", createBareDeclRef(D->
getImplementation
()));
TextNodeDumper.cpp
2184
dumpDeclRef(D->
getImplementation
());
2206
dumpDeclRef(D->
getImplementation
());
ASTImporter.cpp
4419
if (D->
getImplementation
()) {
4421
import(D->
getImplementation
()))
4864
if (From->
getImplementation
()) {
4866
import(From->
getImplementation
()))
4977
ObjCCategoryImplDecl *ToImpl = Category->
getImplementation
();
5020
ObjCImplementationDecl *Impl = Iface->
getImplementation
();
5050
Importer.MapImported(D, Iface->
getImplementation
());
5052
Importer.MapImported(D, Iface->
getImplementation
());
ASTContext.cpp
2774
if (ObjCImplementationDecl *ImplDecl = OI->
getImplementation
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
448
ImplDeclOfMethodDecl = OID->
getImplementation
();
452
ImplDeclOfMethodDecl = OID->
getImplementation
();
454
ImplDeclOfMethodDecl = CD->
getImplementation
();
1832
if (!CategoryName && IDecl->
getImplementation
()) {
1834
Diag(IDecl->
getImplementation
()->getLocation(),
1945
if (CatIDecl->
getImplementation
()) {
1948
Diag(CatIDecl->
getImplementation
()->getLocation(),
2070
if (IDecl->
getImplementation
()) {
2073
Diag(IDecl->
getImplementation
()->getLocation(),
4687
else if (auto *Impl = IDecl->
getImplementation
())
[
all
...]
SemaLookup.cpp
3946
if (IFace->
getImplementation
()) {
3948
lookupInDeclContext(IFace->
getImplementation
(), Result,
3965
if (Category->
getImplementation
()) {
3967
lookupInDeclContext(Category->
getImplementation
(), Result,
SemaCodeComplete.cpp
227
ObjCImplementation = Interface->
getImplementation
();
7011
if (ObjCCategoryImplDecl *Impl = CatDecl->
getImplementation
())
7025
if (ObjCImplementationDecl *Impl = IFace->
getImplementation
())
7897
(!OnlyUnimplemented || !Class->
getImplementation
()))
8026
if ((!IgnoreImplemented || !Cat->
getImplementation
()) &&
SemaObjCProperty.cpp
2113
if (ObjCImplDecl *IMP = PrimaryClass->
getImplementation
()) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp
49
return CGM.getContext().lookupFieldBitOffset(ID, ID->
getImplementation
(),
CGDebugInfo.cpp
2565
!ID->
getImplementation
())
2579
if (!Def || !Def->
getImplementation
()) {
2697
if (ID->
getImplementation
())
2824
if (ObjCImplementationDecl *ImpD = ID->
getImplementation
()) {
CGObjCMac.cpp
1596
return ID->
getImplementation
() && ID->getSuperClass() &&
5257
if (ObjCImplementationDecl *IMP = ID->
getImplementation
())
6269
if (ObjCImplementationDecl *IMP = ID->
getImplementation
())
7249
ComputeIvarBaseOffset(CGM, Interface->
getImplementation
(), Ivar));
/src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp
754
const ObjCImplementationDecl *ImpD = IntD->
getImplementation
();
783
IVar->getContainingInterface()->
getImplementation
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
1325
ObjCImplementationDecl *
getImplementation
() const;
2323
ObjCCategoryImplDecl *
getImplementation
() const;
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
6501
if (CDecl->
getImplementation
())
6515
if (SuperClass->
getImplementation
())
6527
if (RootClass->
getImplementation
())
6637
if (ClassDecl->
getImplementation
())
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
6561
if (ObjCImplementationDecl *ClassImpl = Class->
getImplementation
())
6572
cast<ObjCCategoryDecl>(D)->
getImplementation
())
6592
} else if (ObjCImplementationDecl *Impl = IFace->
getImplementation
())
Completed in 85 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026