Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp867 MethodInfoMapTy MethodInfoMap; member in __anon8b019dcd0111::ItaniumVTableBuilder
1114 for (const auto &MI : MethodInfoMap) { in ComputeThisAdjustments()
1155 MethodInfoMap.clear(); in ComputeThisAdjustments()
1510 assert(MethodInfoMap.count(OverriddenMD) && in AddMethods()
1512 MethodInfo &OverriddenMethodInfo = MethodInfoMap[OverriddenMD]; in AddMethods()
1517 assert(!MethodInfoMap.count(MD) && in AddMethods()
1520 MethodInfoMap.insert(std::make_pair(MD, MethodInfo)); in AddMethods()
1521 MethodInfoMap.erase(OverriddenMD); in AddMethods()
1588 assert(!MethodInfoMap.count(MD) && in AddMethods()
1590 MethodInfoMap.insert(std::make_pair(MD, MethodInfo)); in AddMethods()
[all …]