HomeSort by: relevance | last modified time | path
    Searched refs:getGetterMethodDecl (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 509 if (ObjCMethodDecl *MD = D->getGetterMethodDecl())
544 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 408 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 1434 if (ObjCMethodDecl *getterMethod = property->getGetterMethodDecl()) {
2150 property->getGetterMethodDecl() && property->getSetterMethodDecl()) {
2151 auto *getterImpl = propertyImpl->getGetterMethodDecl();
2222 GetterMethod = PIDecl->getGetterMethodDecl();
2269 ObjCMethodDecl *IM = PID->getGetterMethodDecl();
2272 ObjCMethodDecl *method = PD->getGetterMethodDecl();
SemaDeclObjC.cpp 3986 if (auto *Getter = PropImpl->getGetterMethodDecl())
4844 if (auto *Getter = PropertyImpl->getGetterMethodDecl())
SemaExprObjC.cpp 3703 method = e->getExplicitProperty()->getGetterMethodDecl();
SemaCodeComplete.cpp 8344 ReturnTypeMatchesProperty && !Property->getGetterMethodDecl()) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 792 if (PID->getGetterMethodDecl() && !PID->getGetterMethodDecl()->isDefined()) {
805 PID->getGetterMethodDecl(), Getr);
813 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr,
5374 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
5652 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
RewriteModernObjC.cpp 957 PID->getGetterMethodDecl(), Getr);
965 RewriteTypeIntoString(PID->getGetterMethodDecl()->getReturnType(), Getr,
7049 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
7299 if (ObjCMethodDecl *Getter = Prop->getGetterMethodDecl())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 898 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; }
2836 ObjCMethodDecl *getGetterMethodDecl() const { return GetterMethodDecl; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 308 addPropertyMethod(property->getGetterMethodDecl());
1148 addPropertyMethod(property->getGetterMethodDecl());
1901 addIfExists(propImpl->getGetterMethodDecl());
CGObjC.cpp 1047 ObjCMethodDecl *OMD = PID->getGetterMethodDecl();
1133 ObjCMethodDecl *getterMethod = propImpl->getGetterMethodDecl();
CGDebugInfo.cpp 2732 ObjCMethodDecl *Getter = PD->getGetterMethodDecl();
2831 ObjCMethodDecl *Getter = PImpD->getGetterMethodDecl();
CodeGenModule.cpp 5551 auto *Getter = PID->getGetterMethodDecl();
CGObjCMac.cpp 3613 if (ObjCMethodDecl *MD = PID->getGetterMethodDecl())
  /src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp 1019 JOS.attribute("getter", createBareDeclRef(D->getGetterMethodDecl()));
TextNodeDumper.cpp 2260 dumpDeclRef(D->getGetterMethodDecl(), "getter");
Decl.cpp 1614 if (auto *MD = PD->getGetterMethodDecl())
ASTImporter.cpp 5151 auto ToGetterMethodDecl = importChecked(Err, D->getGetterMethodDecl());
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 844 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) {
CIndex.cpp 1137 if (ObjCMethodDecl *MD = prevDecl->getGetterMethodDecl())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 868 Record.AddDeclRef(D->getGetterMethodDecl());
907 Record.AddDeclRef(D->getGetterMethodDecl());

Completed in 126 milliseconds