Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp383 unless(hasParent(implicitCastExpr(hasCastKind(CK_NoOp)))), in findDirectMutation()
477 hasBase(implicitCastExpr(allOf( in findArrayElementMutation()
503 implicitCastExpr(hasImplicitDestinationType( in findCastMutation()
H A DUnsafeBufferUsage.cpp265 implicitCastExpr( in isInUnspecifiedLvalueContext()
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp392 REGISTER_MATCHER(implicitCastExpr); in RegistryMaps()
/src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp986 implicitCastExpr; variable
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2720 implicitCastExpr;