Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp433 unless(hasParent(implicitCastExpr(hasCastKind(CK_NoOp)))), in findDirectMutation()
528 hasBaseConservative(implicitCastExpr(allOf( in findArrayElementMutation()
554 implicitCastExpr(hasImplicitDestinationType( in findCastMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp395 REGISTER_MATCHER(implicitCastExpr); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1017 implicitCastExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2790 implicitCastExpr;