Searched refs:UseExpr (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 13225 void notePreUse(Object O, const Expr *UseExpr) { in notePreUse() argument 13228 checkUsage(O, UI, UseExpr, /*OtherKind=*/UK_ModAsValue, /*IsModMod=*/false); in notePreUse() 13231 void notePostUse(Object O, const Expr *UseExpr) { in notePostUse() argument 13233 checkUsage(O, UI, UseExpr, /*OtherKind=*/UK_ModAsSideEffect, in notePostUse() 13235 addUsage(O, UI, UseExpr, /*UsageKind=*/UK_Use); in notePostUse()
|