Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp163 const auto nonConstReferenceType = [] { in __anoneb3ed5790902() variable
393 nonConstReferenceType()); in findDirectMutation()
431 allOf(canResolveToExpr(Exp), hasType(nonConstReferenceType()))))); in findDirectMutation()
478 nonConstReferenceType())))) in findCastMutation()
489 nonConstReferenceType())), in findCastMutation()
491 nonConstReferenceType()))))) in findCastMutation()
519 varDecl(anyOf(hasType(nonConstReferenceType()), in findRangeLoopMutation()
563 hasLoopVariable(varDecl(hasType(nonConstReferenceType())) in findRangeLoopMutation()
578 returns(nonConstReferenceType()))), in findReferenceMutation()
588 varDecl(hasType(nonConstReferenceType()), in findReferenceMutation()
[all …]