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