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.cpp219 const auto nonConstReferenceType = [] { in __anon2875c4430802() variable
456 nonConstReferenceType()); in findDirectMutation()
493 allOf(canResolveToExpr(Exp), hasType(nonConstReferenceType()))))); in findDirectMutation()
542 nonConstReferenceType())))) in findCastMutation()
553 nonConstReferenceType())), in findCastMutation()
555 nonConstReferenceType()))))) in findCastMutation()
584 varDecl(anyOf(hasType(nonConstReferenceType()), in findRangeLoopMutation()
628 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation()
644 returns(nonConstReferenceType()))), in findReferenceMutation()
654 varDecl(hasType(nonConstReferenceType()), in findReferenceMutation()
[all …]