|
clang 22.0.0git
|
#include "clang/Sema/ScopeInfo.h"#include "clang/AST/Decl.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 63 of file ScopeInfo.cpp.
References clang::ObjCPropertyRefExpr::getExplicitProperty(), clang::ObjCPropertyRefExpr::getImplicitPropertyGetter(), and clang::ObjCPropertyRefExpr::isExplicitProperty().
Referenced by clang::sema::FunctionScopeInfo::WeakObjectProfileTy::WeakObjectProfileTy().