Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/AST/
H A 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()
H A DASTContext.cpp8717 llvm::capacity_in_bytes(KeyFunctions) + in getSideTableAllocatedMemory()
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTContext.h167 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTContext.h291 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTContext.h286 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTContext.h286 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTContext.h283 llvm::DenseMap<const CXXRecordDecl*, LazyDeclPtr> KeyFunctions; variable
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1757 C.KeyFunctions[D] = KeyFn; in VisitCXXRecordDeclImpl()