HomeSort by relevance Sort by last modified time
    Searched refs:getGetterMethodDecl (Results 1 - 16 of 16) sorted by null

  /external/clang/tools/libclang/
IndexDecl.cpp 192 if (ObjCMethodDecl *MD = D->getGetterMethodDecl())
217 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
IndexingContext.cpp 526 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) {
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 279 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl());
368 PDecl->setGetterMethodDecl(PIDecl->getGetterMethodDecl());
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
ExprObjC.h 668 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl())
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 804 if (!PD->getGetterMethodDecl()->isDefined()) {
816 PD->getGetterMethodDecl(), Getr);
    [all...]
RewriteObjC.cpp 786 if (!PD->getGetterMethodDecl()->isDefined()) {
798 PD->getGetterMethodDecl(), Getr);
806 RewriteTypeIntoString(PD->getGetterMethodDecl()->getResultType(), Getr,
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGObjC.cpp 709 ObjCMethodDecl *OMD = PD->getGetterMethodDecl();
793 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl();
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 584 Writer.AddDeclRef(D->getGetterMethodDecl(), Record);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 414 milliseconds