clang 20.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 64 of file ScopeInfo.cpp.
References clang::ObjCPropertyRefExpr::getExplicitProperty(), clang::ObjCPropertyRefExpr::getImplicitPropertyGetter(), and clang::ObjCPropertyRefExpr::isExplicitProperty().