Searched refs:KeyFunctions (Results 1 – 4 of 4) sorted by relevance
2792 LazyDeclPtr &Entry = KeyFunctions[RD]; in getCurrentKeyFunction()2807 I = KeyFunctions.find(Method->getParent()); in setNonKeyFunction()2810 if (I == KeyFunctions.end()) return; in setNonKeyFunction()2816 KeyFunctions.erase(I); in setNonKeyFunction()
8017 llvm::capacity_in_bytes(KeyFunctions) + in getSideTableAllocatedMemory()
151 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
1329 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()