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

  /external/clang/tools/libclang/
IndexDecl.cpp 213 if (ObjCMethodDecl *MD = D->getSetterMethodDecl())
241 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) {
IndexingContext.cpp 619 if (ObjCMethodDecl *Setter = D->getSetterMethodDecl()) {
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 120 ObjCMethodDecl *setterM = PD->getSetterMethodDecl();
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 52 if (ME->getMethodDecl() == PD->getSetterMethodDecl() &&
IvarInvalidationChecker.cpp 405 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl();
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaPseudoObject.cpp 662 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) {
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 768 Writer.AddDeclRef(D->getSetterMethodDecl(), Record);
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 867 milliseconds