Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2257 using UsageMap = llvm::MapVector<const FileEntry*, Info>; in noteSLocAddressSpaceUsage() typedef
2259 UsageMap Usage; in noteSLocAddressSpaceUsage()
2296 auto Cmp = [](const UsageMap::value_type &A, const UsageMap::value_type &B) { in noteSLocAddressSpaceUsage()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11892 UsageInfoMap UsageMap; member in __anon28c3fbb12811::SequenceChecker
11921 UsageInfo &UI = Self.UsageMap[M.first]; in ~SequencedSubexpression()
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()