Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp345 hasEitherOperand(ignoringImpCasts(canResolveToExpr(Exp)))), in findDirectMutation()
349 cxxFoldExpr(hasFoldInit(ignoringImpCasts(canResolveToExpr(Exp)))), in findDirectMutation()
H A DUnsafeBufferUsage.cpp620 hasInitializer(ignoringImpCasts(declRefExpr( in matcher()
893 return expr(isInUnspecifiedPointerContext(expr(ignoringImpCasts( in matcher()
1044 return stmt(isInUnspecifiedPointerContext(expr(ignoringImpCasts( in matcher()
1084 return stmt(isInUnspecifiedUntypedContext(expr(ignoringImpCasts( in matcher()
1125 ignoringImpCasts(declRefExpr(toSupportedVariable()). in matcher()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp387 REGISTER_MATCHER(ignoringImpCasts); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h923 AST_MATCHER_P(Expr, ignoringImpCasts, in AST_MATCHER_P() argument