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

  /external/clang/tools/libclang/
IndexDecl.cpp 206 if (ObjCMethodDecl *MD = D->getGetterMethodDecl())
231 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
IndexingContext.cpp 604 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) {
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 406 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl());
495 PDecl->setGetterMethodDecl(PIDecl->getGetterMethodDecl());
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 423 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl();
  /external/clang/include/clang/AST/
ExprObjC.h 671 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl())
    [all...]
DeclObjC.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 792 if (!PD->getGetterMethodDecl()->isDefined()) {
804 PD->getGetterMethodDecl(), Getr);
812 RewriteTypeIntoString(PD->getGetterMethodDecl()->getResultType(), Getr,
    [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGObjC.cpp 719 ObjCMethodDecl *OMD = PD->getGetterMethodDecl();
805 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl();
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 592 Writer.AddDeclRef(D->getGetterMethodDecl(), Record);
    [all...]

Completed in 656 milliseconds