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.cpp11876 struct UsageInfo { struct in __anon28c3fbb12811::SequenceChecker
11882 UsageInfo();
11884 using UsageInfoMap = llvm::SmallDenseMap<Object, UsageInfo, 16>;
11921 UsageInfo &UI = Self.UsageMap[M.first]; in ~SequencedSubexpression()
11991 void addUsage(Object O, UsageInfo &UI, const Expr *UsageExpr, UsageKind UK) { in addUsage()
12011 void checkUsage(Object O, UsageInfo &UI, const Expr *UsageExpr, in checkUsage()
12060 UsageInfo &UI = UsageMap[O]; in notePreUse()
12066 UsageInfo &UI = UsageMap[O]; in notePostUse()
12073 UsageInfo &UI = UsageMap[O]; in notePreMod()
12080 UsageInfo &UI = UsageMap[O]; in notePostMod()
[all …]