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 210 if (ObjCMethodDecl *MD = D->getGetterMethodDecl())
235 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
IndexingContext.cpp 613 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) {
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 433 const VarDecl *selfVar = Prop->getGetterMethodDecl()->getSelfDecl();
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 394 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl());
516 PDecl->setGetterMethodDecl(PIDecl->getGetterMethodDecl());
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 411 const ObjCMethodDecl *GetterD = PD->getGetterMethodDecl();
  /external/clang/include/clang/AST/
ExprObjC.h 694 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl())
    [all...]
DeclObjC.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 790 if (!PD->getGetterMethodDecl()->isDefined()) {
802 PD->getGetterMethodDecl(), Getr);
    [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGObjC.cpp 741 ObjCMethodDecl *OMD = PD->getGetterMethodDecl();
827 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl();
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 690 Writer.AddDeclRef(D->getGetterMethodDecl(), Record);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 1014 milliseconds