Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp108 hasSourceExpression( in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.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/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp365 REGISTER_MATCHER(hasSourceExpression); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6065 AST_POLYMORPHIC_MATCHER_P(hasSourceExpression, in AST_POLYMORPHIC_MATCHER_P() argument