Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp626 StatementMatcher ParentM = stmt(hasDescendant(WriteIntoIvarM)); in potentiallyWritesIntoIvar() local
627 auto Matches = match(ParentM, *Parent->getBody(), Parent->getASTContext()); in potentiallyWritesIntoIvar()