Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.cpp26 FieldMap[F.Decl] = &F; in Record()
40 auto It = FieldMap.find(FD); in getField()
41 assert(It != FieldMap.end() && "Missing field"); in getField()
H A DRecord.h128 llvm::DenseMap<const FieldDecl *, const Field *> FieldMap; variable