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.cpp2255 using UsageMap = llvm::MapVector<const FileEntry*, Info>; in noteSLocAddressSpaceUsage() typedef
2257 UsageMap Usage; in noteSLocAddressSpaceUsage()
2294 auto Cmp = [](const UsageMap::value_type &A, const UsageMap::value_type &B) { in noteSLocAddressSpaceUsage()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp13325 UsageInfoMap UsageMap; member in __anon28c3fbb13011::SequenceChecker
13354 UsageInfo &UI = Self.UsageMap[M.first]; in ~SequencedSubexpression()
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()