Home
last modified time | relevance | path

Searched refs:BaseMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DRecord.cpp25 BaseMap[B.Decl] = &B; in Record()
47 auto It = BaseMap.find(FD); in getBase()
48 assert(It != BaseMap.end() && "Missing base"); in getBase()
55 return BaseMap.lookup(RD); in getBase()
H A DRecord.h129 llvm::DenseMap<const RecordDecl *, const Base *> BaseMap; variable