Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DRecord.cpp27 VirtualBaseMap[V.Decl] = &V; in Record()
43 auto It = VirtualBaseMap.find(FD); in getVirtualBase()
44 assert(It != VirtualBaseMap.end() && "Missing virtual base"); in getVirtualBase()
H A DRecord.h110 llvm::DenseMap<const RecordDecl *, Base *> VirtualBaseMap; variable