OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSetterMethodDecl
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp
119
ObjCMethodDecl *setterM = PD->
getSetterMethodDecl
();
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp
512
if (ObjCMethodDecl *MD = D->
getSetterMethodDecl
())
548
if (ObjCMethodDecl *MD = PD->
getSetterMethodDecl
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp
402
const ObjCMethodDecl *SetterD = PD->
getSetterMethodDecl
();
CheckObjCDealloc.cpp
1081
if (PropImpl->getPropertyDecl()->
getSetterMethodDecl
())
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
1500
if (ObjCMethodDecl *setterMethod = property->
getSetterMethodDecl
()) {
2150
property->getGetterMethodDecl() && property->
getSetterMethodDecl
()) {
2152
auto *setterImpl = propertyImpl->
getSetterMethodDecl
();
2223
SetterMethod = PIDecl->
getSetterMethodDecl
();
SemaPseudoObject.cpp
668
if (prop != prop1 && (prop1->
getSetterMethodDecl
() == setter)) {
SemaDeclObjC.cpp
3989
if (auto *Setter = PropImpl->
getSetterMethodDecl
())
4838
if (auto *Setter = PropertyImpl->
getSetterMethodDecl
())
SemaCodeComplete.cpp
8379
!Property->
getSetterMethodDecl
()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
901
ObjCMethodDecl *
getSetterMethodDecl
() const { return SetterMethodDecl; }
2839
ObjCMethodDecl *
getSetterMethodDecl
() const { return SetterMethodDecl; }
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp
849
if (PD->isReadOnly() || !PID->
getSetterMethodDecl
() ||
850
PID->
getSetterMethodDecl
()->isDefined())
865
PID->
getSetterMethodDecl
(), Setr);
5379
if (ObjCMethodDecl *Setter = Prop->
getSetterMethodDecl
())
5656
if (ObjCMethodDecl *Setter = Prop->
getSetterMethodDecl
())
RewriteModernObjC.cpp
1017
PID->
getSetterMethodDecl
(), Setr);
7054
if (ObjCMethodDecl *Setter = Prop->
getSetterMethodDecl
())
7303
if (ObjCMethodDecl *Setter = Prop->
getSetterMethodDecl
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
309
addPropertyMethod(property->
getSetterMethodDecl
());
1149
addPropertyMethod(property->
getSetterMethodDecl
());
1902
addIfExists(propImpl->
getSetterMethodDecl
());
CGObjC.cpp
1404
ObjCMethodDecl *setterMethod = propImpl->
getSetterMethodDecl
();
1579
ObjCMethodDecl *OMD = PID->
getSetterMethodDecl
();
CGDebugInfo.cpp
2733
ObjCMethodDecl *Setter = PD->
getSetterMethodDecl
();
2832
ObjCMethodDecl *Setter = PImpD->
getSetterMethodDecl
();
CodeGenModule.cpp
5555
auto *Setter = PID->
getSetterMethodDecl
();
CGObjCMac.cpp
3616
if (ObjCMethodDecl *MD = PID->
getSetterMethodDecl
())
/src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp
1021
JOS.attribute("setter", createBareDeclRef(D->
getSetterMethodDecl
()));
TextNodeDumper.cpp
2262
dumpDeclRef(D->
getSetterMethodDecl
(), "setter");
ASTImporter.cpp
5152
auto ToSetterMethodDecl = importChecked(Err, D->
getSetterMethodDecl
());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
850
if (ObjCMethodDecl *Setter = D->
getSetterMethodDecl
()) {
CIndex.cpp
1142
if (ObjCMethodDecl *MD = prevDecl->
getSetterMethodDecl
())
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
869
Record.AddDeclRef(D->
getSetterMethodDecl
());
908
Record.AddDeclRef(D->
getSetterMethodDecl
());
Completed in 106 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026