Searched refs:UseExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 16954 void notePreUse(Object O, const Expr *UseExpr) { in notePreUse() argument 16957 checkUsage(O, UI, UseExpr, /*OtherKind=*/UK_ModAsValue, /*IsModMod=*/false); in notePreUse() 16960 void notePostUse(Object O, const Expr *UseExpr) { in notePostUse() argument 16962 checkUsage(O, UI, UseExpr, /*OtherKind=*/UK_ModAsSideEffect, in notePostUse() 16964 addUsage(O, UI, UseExpr, /*UsageKind=*/UK_Use); in notePostUse()
|