Searched refs:ObjCIvarRefExpr (Results 1 - 25 of 46) sorted by relevance

12

/external/clang/lib/Sema/
H A DScopeInfo.cpp69 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E);
126 const ObjCIvarRefExpr *IvarE)
169 else if (const ObjCIvarRefExpr *IvarE = dyn_cast<ObjCIvarRefExpr>(E))
H A DSemaExprMember.cpp1380 ObjCIvarRefExpr *Result = new (S.Context) ObjCIvarRefExpr(
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp80 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex);
151 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S);
H A DDirectIvarAssignment.cpp170 const ObjCIvarRefExpr *IvarRef =
171 dyn_cast<ObjCIvarRefExpr>(BO->getLHS()->IgnoreParenCasts());
H A DObjCUnusedIVarsChecker.cpp37 if (const ObjCIvarRefExpr *Ex = dyn_cast<ObjCIvarRefExpr>(S)) {
H A DObjCSelfInitChecker.cpp59 check::PostStmt<ObjCIvarRefExpr>,
73 void checkPostStmt(const ObjCIvarRefExpr *E, CheckerContext &C) const;
198 void ObjCSelfInitChecker::checkPostStmt(const ObjCIvarRefExpr *E,
H A DCheckObjCDealloc.cpp63 if (ObjCIvarRefExpr *E = dyn_cast<ObjCIvarRefExpr>(Receiver))
H A DIvarInvalidationChecker.cpp135 void checkObjCIvarRefExpr(const ObjCIvarRefExpr *IvarRef);
603 const ObjCIvarRefExpr *IvarRef) {
655 if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) {
/external/lldb/include/lldb/Core/
H A DClangForward.h86 class ObjCIvarRefExpr;
/external/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp170 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) {
H A DTransProperties.cpp311 if (ObjCIvarRefExpr *RE = dyn_cast<ObjCIvarRefExpr>(lhs)) {
H A DTransRetainReleaseDealloc.cpp315 if (ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(E))
H A DTransUnbridgedCasts.cpp185 if (isa<ObjCIvarRefExpr>(base) &&
/external/clang/lib/Analysis/
H A DBodyFarm.cpp78 ObjCIvarRefExpr *makeObjCIvarRef(const Expr *Base, const ObjCIvarDecl *IVar);
152 ObjCIvarRefExpr *ASTMaker::makeObjCIvarRef(const Expr *Base,
154 return new (C) ObjCIvarRefExpr(const_cast<ObjCIvarDecl*>(IVar),
/external/clang/tools/libclang/
H A DIndexBody.cpp64 bool VisitObjCIvarRefExpr(ObjCIvarRefExpr *E) {
/external/clang/include/clang/Sema/
H A DScopeInfo.h46 class ObjCIvarRefExpr;
199 WeakObjectProfileTy(const ObjCIvarRefExpr *RE);
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp22 void ExprEngine::VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *Ex,
34 // Perform the post-condition check of the ObjCIvarRefExpr and store
H A DExplodedGraph.cpp64 isa<ObjCIvarRefExpr>(Ex);
H A DBugReporterVisitors.cpp70 else if (const ObjCIvarRefExpr *IvarRef = dyn_cast<ObjCIvarRefExpr>(E)) {
/external/clang/include/clang/AST/
H A DExprObjC.h464 /// ObjCIvarRefExpr - A reference to an ObjC instance variable.
465 class ObjCIvarRefExpr : public Expr { class in namespace:clang
476 ObjCIvarRefExpr(ObjCIvarDecl *d, QualType t, function in class:clang::ObjCIvarRefExpr
488 explicit ObjCIvarRefExpr(EmptyShell Empty) function in class:clang::ObjCIvarRefExpr
/external/clang/lib/AST/
H A DASTDumper.cpp354 void VisitObjCIvarRefExpr(const ObjCIvarRefExpr *Node);
1676 void ASTDumper::VisitObjCIvarRefExpr(const ObjCIvarRefExpr *Node) {
H A DStmtPrinter.cpp867 void StmtPrinter::VisitObjCIvarRefExpr(ObjCIvarRefExpr *Node) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h380 void VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *DR, ExplodedNode *Pred,
/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp903 isa<ObjCIvarRefExpr>(Expr) ||
930 isa<ObjCIvarRefExpr>(Expr) ||
/external/clang/lib/CodeGen/
H A DCGExpr.cpp847 return EmitObjCIvarRefLValue(cast<ObjCIvarRefExpr>(E));
1647 if (isa<ObjCIvarRefExpr>(E)) {
1660 auto *Exp = cast<ObjCIvarRefExpr>(const_cast<Expr *>(E));
3169 LValue CodeGenFunction::EmitObjCIvarRefLValue(const ObjCIvarRefExpr *E) {

Completed in 4583 milliseconds

12