Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp357 hasEitherOperand(ignoringImpCasts(canResolveToExpr(Exp)))), in findDirectMutation()
361 cxxFoldExpr(hasFoldInit(ignoringImpCasts(canResolveToExpr(Exp)))), in findDirectMutation()
H A DUnsafeBufferUsage.cpp804 varDecl(hasInitializer(ignoringImpCasts( in matcher()
1165 return expr(isInUnspecifiedPointerContext(expr(ignoringImpCasts( in matcher()
1276 return stmt(isInUnspecifiedPointerContext(expr(ignoringImpCasts( in matcher()
1316 return stmt(isInUnspecifiedUntypedContext(expr(ignoringImpCasts( in matcher()
1361 ignoringImpCasts(declRefExpr(toSupportedVariable()). in matcher()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp387 REGISTER_MATCHER(ignoringImpCasts); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h923 AST_MATCHER_P(Expr, ignoringImpCasts, in AST_MATCHER_P() argument