Home
last modified time | relevance | path

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

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