Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp5837 struct StartLifetimeOfUnionMemberHandler { struct
5838 EvalInfo &Info;
5839 const Expr *LHSExpr;
5840 const FieldDecl *Field;
5841 bool DuringInit;
5842 bool Failed = false;
5843 static const AccessKinds AccessKind = AK_Assign;
5845 typedef bool result_type;
5846 bool failed() { return Failed; } in failed()
5847 bool found(APValue &Subobj, QualType SubobjType) { in found()
[all …]