Searched refs:innerMatcher (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 215 AST_MATCHER_P(Stmt, forEachDescendantEvaluatedStmt, internal::Matcher<Stmt>, innerMatcher) { in AST_MATCHER_P() argument 216 const DynTypedMatcher &DTM = static_cast<DynTypedMatcher>(innerMatcher); in AST_MATCHER_P() 222 AST_MATCHER_P(Stmt, forEachDescendantStmt, internal::Matcher<Stmt>, innerMatcher) { in AST_MATCHER_P() argument 223 const DynTypedMatcher &DTM = static_cast<DynTypedMatcher>(innerMatcher); in AST_MATCHER_P() 235 AST_MATCHER_P(CastExpr, castSubExpr, internal::Matcher<Expr>, innerMatcher) { in AST_MATCHER_P() argument 236 return innerMatcher.matches(*Node.getSubExpr(), Finder, Builder); in AST_MATCHER_P() 246 static auto isInUnspecifiedLvalueContext(internal::Matcher<Expr> innerMatcher) { in isInUnspecifiedLvalueContext() argument 252 castSubExpr(innerMatcher)), in isInUnspecifiedLvalueContext() 255 hasLHS(innerMatcher) in isInUnspecifiedLvalueContext()
|