Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3443 LazyDeclPtr Entry = KeyFunctions[RD]; in getCurrentKeyFunction()
3449 KeyFunctions[RD] = const_cast<Decl*>(Result); in getCurrentKeyFunction()
3461 const auto &Map = KeyFunctions; in setNonKeyFunction()
3473 KeyFunctions.erase(Method->getParent()); in setNonKeyFunction()
H A DASTContext.cpp12565 llvm::capacity_in_bytes(KeyFunctions) + in getSideTableAllocatedMemory()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h295 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2265 C.KeyFunctions[D] = KeyFn.getRawValue(); in VisitCXXRecordDeclImpl()