Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2218 using UsageMap = llvm::MapVector<const FileEntry*, Info>; in noteSLocAddressSpaceUsage() typedef
2220 UsageMap Usage; in noteSLocAddressSpaceUsage()
2257 auto Cmp = [](const UsageMap::value_type &A, const UsageMap::value_type &B) { in noteSLocAddressSpaceUsage()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp16787 UsageInfoMap UsageMap; member in __anon1d690be72c11::SequenceChecker
16816 UsageInfo &UI = Self.UsageMap[M.first]; in ~SequencedSubexpression()
16955 UsageInfo &UI = UsageMap[O]; in notePreUse()
16961 UsageInfo &UI = UsageMap[O]; in notePostUse()
16968 UsageInfo &UI = UsageMap[O]; in notePreMod()
16975 UsageInfo &UI = UsageMap[O]; in notePostMod()