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 47 return PropE->getImplicitPropertyGetter();
SemaPseudoObject.cpp 147 ObjCPropertyRefExpr(refExpr->getImplicitPropertyGetter(),
562 if ((Getter = RefExpr->getImplicitPropertyGetter())) {
598 RefExpr->getImplicitPropertyGetter()->getSelector()
804 if (RefExpr->isImplicitProperty() && !RefExpr->getImplicitPropertyGetter()) {
    [all...]
SemaExprObjC.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 624 ObjCMethodDecl *getImplicitPropertyGetter() const {
636 return getImplicitPropertyGetter()->getSelector();
690 const ObjCMethodDecl *Getter = getImplicitPropertyGetter();
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
StmtPrinter.cpp 886 Node->getImplicitPropertyGetter()->getSelector().print(OS);
    [all...]
StmtProfile.cpp 1194 VisitDecl(S->getImplicitPropertyGetter());
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 944 Writer.AddDeclRef(E->getImplicitPropertyGetter(), Record);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 243 milliseconds