Home | History | Annotate | Download | only in AST

Lines Matching refs:LF

7747           const FieldDecl *LF = getAsField(LHSDesignator.Entries[Mismatch]);
7749 if (!LF && !RF)
7751 else if (!LF)
7758 << LF->getParent() << LF;
7759 else if (!LF->getParent()->isUnion() &&
7760 LF->getAccess() != RF->getAccess())
7762 << LF << LF->getAccess() << RF << RF->getAccess()
7763 << LF->getParent();