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

  /external/clang/tools/libclang/
IndexDecl.cpp 220 if (ObjCMethodDecl *MD = D->getGetterMethodDecl())
245 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
IndexingContext.cpp 612 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 684 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/CodeGen/
CGDebugInfo.cpp     [all...]
CGObjC.cpp 747 ObjCMethodDecl *OMD = PD->getGetterMethodDecl();
833 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl();
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 602 Writer.AddDeclRef(D->getGetterMethodDecl(), Record);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 172 milliseconds