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.cpp6076 struct StartLifetimeOfUnionMemberHandler { struct
6077 EvalInfo &Info;
6078 const Expr *LHSExpr;
6079 const FieldDecl *Field;
6080 bool DuringInit;
6081 bool Failed = false;
6082 static const AccessKinds AccessKind = AK_Assign;
6084 typedef bool result_type;
6085 bool failed() { return Failed; } in failed()
6086 bool found(APValue &Subobj, QualType SubobjType) { in found()
[all …]