Searched refs:KeyFunctions (Results 1 – 4 of 4) sorted by relevance
2890 LazyDeclPtr Entry = KeyFunctions[RD]; in getCurrentKeyFunction()2896 KeyFunctions[RD] = const_cast<Decl*>(Result); in getCurrentKeyFunction()2909 I = KeyFunctions.find(Method->getParent()); in setNonKeyFunction()2912 if (I == KeyFunctions.end()) return; in setNonKeyFunction()2920 KeyFunctions.erase(Method->getParent()); in setNonKeyFunction()
8083 llvm::capacity_in_bytes(KeyFunctions) + in getSideTableAllocatedMemory()
161 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
1551 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()