Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp47 hasSourceExpression(Inner)); in AST_MATCHER_P()
395 hasSourceExpression(canResolveToExpr( in findArrayElementMutation()
407 stmt(castExpr(hasSourceExpression(canResolveToExpr(equalsNode(Exp))), in findCastMutation()
419 expr(castExpr(hasSourceExpression(canResolveToExpr(equalsNode(Exp))), in findCastMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp108 hasSourceExpression( in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp343 REGISTER_MATCHER(hasSourceExpression); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5586 AST_POLYMORPHIC_MATCHER_P(hasSourceExpression, in AST_POLYMORPHIC_MATCHER_P() argument