Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DDeclRefExprUtils.cpp96 auto ConstReferenceDeclRefs = constReferenceDeclRefExprs(Var, Stmt, Context); in isOnlyUsedAsConst() local
97 return isSetDifferenceEmpty(AllDeclRefs, ConstReferenceDeclRefs); in isOnlyUsedAsConst()