Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp2249 using UsageMap = llvm::MapVector<const FileEntry*, Info>; in noteSLocAddressSpaceUsage() typedef
2251 UsageMap Usage; in noteSLocAddressSpaceUsage()
2288 auto Cmp = [](const UsageMap::value_type &A, const UsageMap::value_type &B) { in noteSLocAddressSpaceUsage()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp15027 UsageInfoMap UsageMap; member in __anon9b6cdc882a11::SequenceChecker
15056 UsageInfo &UI = Self.UsageMap[M.first]; in ~SequencedSubexpression()
15194 UsageInfo &UI = UsageMap[O]; in notePreUse()
15200 UsageInfo &UI = UsageMap[O]; in notePostUse()
15207 UsageInfo &UI = UsageMap[O]; in notePreMod()
15214 UsageInfo &UI = UsageMap[O]; in notePostMod()