Home
last modified time | relevance | path

Searched refs:PropRef (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp642 if (const ObjCPropertyRefExpr *PropRef = dyn_cast<ObjCPropertyRefExpr>(E)) { in check() local
643 checkObjCPropertyRefExpr(PropRef); in check()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2150 const auto *PropRef = dyn_cast<ObjCPropertyRefExpr>(POE->getSyntacticForm()); in peelOffOuterExpr() local
2151 if (PropRef && PropRef->isMessagingGetter()) { in peelOffOuterExpr()