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.cpp668 typedef llvm::DenseMap<const CXXRecordDecl *, CharUnits> BaseOffsetsMapTy; typedef in __anonf57d54bd0111::ItaniumRecordLayoutBuilder
2553 typedef llvm::DenseMap<const CXXRecordDecl *, CharUnits> BaseOffsetsMapTy; typedef