Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6369 struct StartLifetimeOfUnionMemberHandler { struct
6370 EvalInfo &Info;
6371 const Expr *LHSExpr;
6372 const FieldDecl *Field;
6373 bool DuringInit;
6374 bool Failed = false;
6375 static const AccessKinds AccessKind = AK_Assign;
6377 typedef bool result_type;
6378 bool failed() { return Failed; } in failed()
6379 bool found(APValue &Subobj, QualType SubobjType) { in found()
[all …]