Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCAutoreleaseWriteChecker.cpp192 auto ArgumentCaptureM = hasAnyArgument( in checkASTCodeBody()
199 auto WritesOrCapturesInBlockM = hasAnyArgument(allOf( in checkASTCodeBody()
H A DNumberObjectConversionChecker.cpp278 callExpr(hasAnyArgument(allOf(hasType(SuspiciousScalarTypeM), in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp414 callExpr(isTypeDependent(), hasAnyArgument(canResolveToExpr(Exp))), in findDirectMutation()
415 cxxUnresolvedConstructExpr(hasAnyArgument(canResolveToExpr(Exp))), in findDirectMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp275 REGISTER_MATCHER(hasAnyArgument); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4891 AST_POLYMORPHIC_MATCHER_P(hasAnyArgument, in AST_POLYMORPHIC_MATCHER_P() argument