Home
last modified time | relevance | path

Searched refs:hasDestinationType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp541 explicitCastExpr(hasDestinationType( in findCastMutation()
552 anyOf(explicitCastExpr(hasDestinationType( in findCastMutation()
783 hasDestinationType(NonConstPointerOrDependentType)); in findPointeeToNonConst()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp317 REGISTER_MATCHER(hasDestinationType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6139 AST_MATCHER_P(ExplicitCastExpr, hasDestinationType, in AST_MATCHER_P() argument