Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h475 struct VPtrInfo { struct
478 VPtrInfo(const CXXRecordDecl *RD) in VPtrInfo() function
484 const CXXRecordDecl *ObjectWithVPtr;
488 const CXXRecordDecl *IntroducingObject;
492 CharUnits NonVirtualOffset;
498 BasePath MangledPath;
524 typedef SmallVector<std::unique_ptr<VPtrInfo>, 2> VPtrInfoVector; argument