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.cpp251 struct SubobjectDesignator { struct
272 unsigned MostDerivedPathLength : 28;
281 uint64_t MostDerivedArraySize;
283 QualType MostDerivedType;
285 typedef APValue::LValuePathEntry PathEntry;
288 SmallVector<PathEntry, 8> Entries;
290 SubobjectDesignator() : Invalid(true) {} in SubobjectDesignator() function
292 explicit SubobjectDesignator(QualType T) in SubobjectDesignator() function
298 SubobjectDesignator(ASTContext &Ctx, const APValue &V) in SubobjectDesignator() argument
318 void truncate(ASTContext &Ctx, APValue::LValueBase Base, in truncate()
[all …]