Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayoutBuilder.cpp3022 LazyDeclPtr Entry = KeyFunctions[RD]; in getCurrentKeyFunction()
3028 KeyFunctions[RD] = const_cast<Decl*>(Result); in getCurrentKeyFunction()
3040 const auto &Map = KeyFunctions; in setNonKeyFunction()
3052 KeyFunctions.erase(Method->getParent()); in setNonKeyFunction()
DASTContext.cpp8717 llvm::capacity_in_bytes(KeyFunctions) + in getSideTableAllocatedMemory()
/external/llvm-project/clang/lib/AST/
DRecordLayoutBuilder.cpp3277 LazyDeclPtr Entry = KeyFunctions[RD]; in getCurrentKeyFunction()
3283 KeyFunctions[RD] = const_cast<Decl*>(Result); in getCurrentKeyFunction()
3295 const auto &Map = KeyFunctions; in setNonKeyFunction()
3307 KeyFunctions.erase(Method->getParent()); in setNonKeyFunction()
DASTContext.cpp10890 llvm::capacity_in_bytes(KeyFunctions) + in getSideTableAllocatedMemory()
/external/clang/include/clang/AST/
DASTContext.h167 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h276 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1757 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp1948 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()