Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp163 const auto nonConstReferenceType = [] { in __anon2875c4430902() variable
405 nonConstReferenceType()); in findDirectMutation()
442 allOf(canResolveToExpr(Exp), hasType(nonConstReferenceType()))))); in findDirectMutation()
491 nonConstReferenceType())))) in findCastMutation()
502 nonConstReferenceType())), in findCastMutation()
504 nonConstReferenceType()))))) in findCastMutation()
533 varDecl(anyOf(hasType(nonConstReferenceType()), in findRangeLoopMutation()
577 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation()
593 returns(nonConstReferenceType()))), in findReferenceMutation()
603 varDecl(hasType(nonConstReferenceType()), in findReferenceMutation()
[all …]