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 393 PDecl->setGetterMethodDecl(PrimaryPDecl->getGetterMethodDecl());
513 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 685 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl())
    [all...]
DeclObjC.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 799 if (!PD->getGetterMethodDecl()->isDefined()) {
811 PD->getGetterMethodDecl(), Getr);
    [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
CGObjC.cpp 750 ObjCMethodDecl *OMD = PD->getGetterMethodDecl();
836 ObjCMethodDecl *getterMethod = prop->getGetterMethodDecl();
    [all...]
CGObjCGNU.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 620 Writer.AddDeclRef(D->getGetterMethodDecl(), Record);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 445 milliseconds