Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp105 const auto *VariableReference = dyn_cast<DeclRefExpr>(CurrentSubExpr); in diagnoseThrowLocations() local
110 if (VariableReference) in diagnoseThrowLocations()
111 Emit = !isFunctionOrCatchVar(VariableReference); in diagnoseThrowLocations()