Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp240 struct SubobjectDesignator { struct
261 unsigned MostDerivedPathLength : 28;
270 uint64_t MostDerivedArraySize;
273 QualType MostDerivedType;
275 typedef APValue::LValuePathEntry PathEntry;
278 SmallVector<PathEntry, 8> Entries;
280 SubobjectDesignator() : Invalid(true) {} in SubobjectDesignator() argument
282 explicit SubobjectDesignator(QualType T) in SubobjectDesignator() argument
288 SubobjectDesignator(ASTContext &Ctx, const APValue &V) in SubobjectDesignator() argument
309 void truncate(ASTContext &Ctx, APValue::LValueBase Base, in truncate()
[all …]