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

  /external/clang/lib/Sema/
ScopeInfo.cpp 41 return PropE->getImplicitPropertyGetter();
SemaPseudoObject.cpp 127 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
507 if ((Getter = RefExpr->getImplicitPropertyGetter())) {
545 RefExpr->getImplicitPropertyGetter()->getSelector()
718 if (RefExpr->isImplicitProperty() && !RefExpr->getImplicitPropertyGetter()) {
    [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 610 ObjCMethodDecl *getImplicitPropertyGetter() const {
622 return getImplicitPropertyGetter()->getSelector();
676 const ObjCMethodDecl *Getter = getImplicitPropertyGetter();
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 633 OS << Node->getImplicitPropertyGetter()->getSelector().getAsString();
    [all...]
StmtProfile.cpp 1034 VisitDecl(S->getImplicitPropertyGetter());
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 870 Writer.AddDeclRef(E->getImplicitPropertyGetter(), Record);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 111 milliseconds