Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp52 hasSourceExpression(Inner)); in AST_MATCHER_P()
405 hasSourceExpression(canResolveToExpr( in findArrayElementMutation()
417 stmt(castExpr(hasSourceExpression(canResolveToExpr(equalsNode(Exp))), in findCastMutation()
429 expr(castExpr(hasSourceExpression(canResolveToExpr(equalsNode(Exp))), in findCastMutation()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp108 hasSourceExpression( in checkASTCodeBody()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp355 REGISTER_MATCHER(hasSourceExpression); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5790 AST_POLYMORPHIC_MATCHER_P(hasSourceExpression, in AST_POLYMORPHIC_MATCHER_P() argument