Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DThrowByValueCatchByReferenceCheck.cpp103 const auto *VariableReference = dyn_cast<DeclRefExpr>(CurrentSubExpr); in diagnoseThrowLocations() local
108 if (VariableReference) in diagnoseThrowLocations()
109 Emit = !isFunctionOrCatchVar(VariableReference); in diagnoseThrowLocations()
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3462 DeclRefExpr *VariableReference = DeclRefExpr::Create( in mergeErrorAttr()
3470 S.Context, VariableReference, UnaryOperatorKind::UO_AddrOf, in mergeErrorAttr()
3294 DeclRefExpr *VariableReference = DeclRefExpr::Create( handleCleanupAttr() local