Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13309 struct UsageInfo { struct in __anon28c3fbb13011::SequenceChecker
13315 UsageInfo();
13317 using UsageInfoMap = llvm::SmallDenseMap<Object, UsageInfo, 16>;
13354 UsageInfo &UI = Self.UsageMap[M.first]; in ~SequencedSubexpression()
13424 void addUsage(Object O, UsageInfo &UI, const Expr *UsageExpr, UsageKind UK) { in addUsage()
13444 void checkUsage(Object O, UsageInfo &UI, const Expr *UsageExpr, in checkUsage()
13493 UsageInfo &UI = UsageMap[O]; in notePreUse()
13499 UsageInfo &UI = UsageMap[O]; in notePostUse()
13506 UsageInfo &UI = UsageMap[O]; in notePreMod()
13513 UsageInfo &UI = UsageMap[O]; in notePostMod()
[all …]