Searched refs:getImplicitPropertyGetter (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/Sema/
H A DScopeInfo.cpp47 return PropE->getImplicitPropertyGetter();
H A DSemaPseudoObject.cpp147 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
562 if ((Getter = RefExpr->getImplicitPropertyGetter())) {
598 RefExpr->getImplicitPropertyGetter()->getSelector()
804 if (RefExpr->isImplicitProperty() && !RefExpr->getImplicitPropertyGetter()) {
H A DSemaExprObjC.cpp1513 GDecl = PRE->getImplicitPropertyGetter();
2993 method = e->getImplicitPropertyGetter();
3471 if (ObjCMethodDecl *Getter = PRE->getImplicitPropertyGetter())
H A DTreeTransform.h9577 E->getImplicitPropertyGetter(),
/external/clang/include/clang/AST/
H A DExprObjC.h624 ObjCMethodDecl *getImplicitPropertyGetter() const { function in class:clang::ObjCPropertyRefExpr
636 return getImplicitPropertyGetter()->getSelector();
690 const ObjCMethodDecl *Getter = getImplicitPropertyGetter();
/external/clang/lib/AST/
H A DASTDumper.cpp1946 if (Node->getImplicitPropertyGetter())
1947 Node->getImplicitPropertyGetter()->getSelector().print(OS);
H A DStmtPrinter.cpp886 Node->getImplicitPropertyGetter()->getSelector().print(OS);
H A DStmtProfile.cpp1194 VisitDecl(S->getImplicitPropertyGetter());
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp944 Writer.AddDeclRef(E->getImplicitPropertyGetter(), Record);
/external/clang/tools/libclang/
H A DCIndex.cpp3237 return PRE->getImplicitPropertyGetter();

Completed in 403 milliseconds