clang
10.0.0git
|
#include "clang/Sema/ScopeInfo.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/ExprObjC.h"
Go to the source code of this file.
Functions | |
static const NamedDecl * | getBestPropertyDecl (const ObjCPropertyRefExpr *PropE) |
|
static |
Definition at line 60 of file ScopeInfo.cpp.
References clang::ObjCIvarRefExpr::getBase(), clang::MemberExpr::getBase(), clang::ObjCIvarRefExpr::getDecl(), clang::ObjCPropertyRefExpr::getExplicitProperty(), clang::ObjCPropertyRefExpr::getImplicitPropertyGetter(), clang::MemberExpr::getMemberDecl(), clang::Stmt::getStmtClass(), clang::PseudoObjectExpr::getSyntacticForm(), clang::Expr::IgnoreParenCasts(), clang::Expr::IgnoreParenImpCasts(), clang::ObjCPropertyRefExpr::isExplicitProperty(), and clang::Expr::isObjCSelfExpr().