Home
last modified time | relevance | path

Searched defs:VirtualBaseInfo (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/clang/include/clang/AST/
H A DVTableBuilder.h452 struct VirtualBaseInfo { struct
453 ~VirtualBaseInfo() { llvm::DeleteContainerPointers(VBPtrPaths); } in ~VirtualBaseInfo() argument
457 llvm::DenseMap<const CXXRecordDecl *, unsigned> VBTableIndices;
461 VPtrInfoVector VBPtrPaths;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DVTableBuilder.h500 struct VirtualBaseInfo { struct
503 llvm::DenseMap<const CXXRecordDecl *, unsigned> VBTableIndices;
507 VPtrInfoVector VBPtrPaths;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DVTableBuilder.h500 struct VirtualBaseInfo { struct
503 llvm::DenseMap<const CXXRecordDecl *, unsigned> VBTableIndices;
507 VPtrInfoVector VBPtrPaths;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DVTableBuilder.h500 struct VirtualBaseInfo { struct
503 llvm::DenseMap<const CXXRecordDecl *, unsigned> VBTableIndices;
507 VPtrInfoVector VBPtrPaths;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DVTableBuilder.h500 struct VirtualBaseInfo { struct
503 llvm::DenseMap<const CXXRecordDecl *, unsigned> VBTableIndices;
507 VPtrInfoVector VBPtrPaths;
/aosp_15_r20/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp693 BaseSubobjectInfoMapTy VirtualBaseInfo; member in __anoncf5b328d0111::ItaniumRecordLayoutBuilder