Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h138 using BaseOffsetsMapTy = llvm::DenseMap<const CXXRecordDecl *, CharUnits>; member
156 using BaseOffsetsMapTy = CXXRecordLayoutInfo::BaseOffsetsMapTy; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp675 typedef llvm::DenseMap<const CXXRecordDecl *, CharUnits> BaseOffsetsMapTy; typedef in __anonbcc347f50111::ItaniumRecordLayoutBuilder
2565 typedef llvm::DenseMap<const CXXRecordDecl *, CharUnits> BaseOffsetsMapTy; typedef