Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp5829 struct StartLifetimeOfUnionMemberHandler { struct
5830 EvalInfo &Info;
5831 const Expr *LHSExpr;
5832 const FieldDecl *Field;
5833 bool DuringInit;
5834 bool Failed = false;
5835 static const AccessKinds AccessKind = AK_Assign;
5837 typedef bool result_type;
5838 bool failed() { return Failed; } in failed()
5839 bool found(APValue &Subobj, QualType SubobjType) { in found()
[all …]