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

  /external/clang/lib/Sema/
ScopeInfo.cpp 41 return PropE->getImplicitPropertyGetter();
SemaPseudoObject.cpp 146 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
556 if ((Getter = RefExpr->getImplicitPropertyGetter())) {
594 RefExpr->getImplicitPropertyGetter()->getSelector()
766 if (RefExpr->isImplicitProperty() && !RefExpr->getImplicitPropertyGetter()) {
    [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 623 ObjCMethodDecl *getImplicitPropertyGetter() const {
635 return getImplicitPropertyGetter()->getSelector();
689 const ObjCMethodDecl *Getter = getImplicitPropertyGetter();
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
StmtPrinter.cpp 698 OS << Node->getImplicitPropertyGetter()->getSelector().getAsString();
    [all...]
StmtProfile.cpp 1095 VisitDecl(S->getImplicitPropertyGetter());
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 939 Writer.AddDeclRef(E->getImplicitPropertyGetter(), Record);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 163 milliseconds