Home
last modified time | relevance | path

Searched defs:IRE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp309 if (ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(E)) in getReferencedDecl() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp284 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp217 else if (const auto *IRE = dyn_cast<ObjCIvarRefExpr>(E)) in isFlexibleArrayMemberLike() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp4574 } else if (const ObjCIvarRefExpr *IRE = dyn_cast<ObjCIvarRefExpr>(BlockExp)) { in SynthesizeBlockCall() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14501 if (auto *IRE = dyn_cast<ObjCIvarRefExpr>(E)) in getDeclFromExpr() local