Searched refs:UseExpr (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 15193 void notePreUse(Object O, const Expr *UseExpr) { in notePreUse() argument 15196 checkUsage(O, UI, UseExpr, /*OtherKind=*/UK_ModAsValue, /*IsModMod=*/false); in notePreUse() 15199 void notePostUse(Object O, const Expr *UseExpr) { in notePostUse() argument 15201 checkUsage(O, UI, UseExpr, /*OtherKind=*/UK_ModAsSideEffect, in notePostUse() 15203 addUsage(O, UI, UseExpr, /*UsageKind=*/UK_Use); in notePostUse()
|