Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDOSObjectCStyleCast.cpp108 hasSourceExpression( in checkASTCodeBody()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp479 hasSourceExpression(canResolveToExpr(Exp))))))) in findArrayElementMutation()
489 match(findFirst(stmt(castExpr(hasSourceExpression(canResolveToExpr(Exp)), in findCastMutation()
500 findAll(expr(castExpr(hasSourceExpression(canResolveToExpr(Exp)), in findCastMutation()
/freebsd-14-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp365 REGISTER_MATCHER(hasSourceExpression); in RegistryMaps()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h6065 AST_POLYMORPHIC_MATCHER_P(hasSourceExpression, in AST_POLYMORPHIC_MATCHER_P() argument