Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3323 LazyDeclPtr Entry = KeyFunctions[RD]; in getCurrentKeyFunction()
3329 KeyFunctions[RD] = const_cast<Decl*>(Result); in getCurrentKeyFunction()
3341 const auto &Map = KeyFunctions; in setNonKeyFunction()
3353 KeyFunctions.erase(Method->getParent()); in setNonKeyFunction()
H A DASTContext.cpp11083 llvm::capacity_in_bytes(KeyFunctions) + in getSideTableAllocatedMemory()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h279 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1949 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()