Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecordLayout.h129 using BaseOffsetsMapTy = llvm::DenseMap<const CXXRecordDecl *, CharUnits>; member
147 using BaseOffsetsMapTy = CXXRecordLayoutInfo::BaseOffsetsMapTy; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp641 typedef llvm::DenseMap<const CXXRecordDecl *, CharUnits> BaseOffsetsMapTy; typedef in __anon2b6abd440111::ItaniumRecordLayoutBuilder
2257 typedef llvm::DenseMap<const CXXRecordDecl *, CharUnits> BaseOffsetsMapTy; typedef