Home | History | Annotate | Download | only in Sema

Lines Matching defs:LD

6050   Decl *LD = getDerived().TransformDecl(S->getDecl()->getLocation(),
6052 if (!LD)
6058 cast<LabelDecl>(LD), SourceLocation(),
6340 Decl *LD = getDerived().TransformDecl(S->getLabel()->getLocation(),
6342 if (!LD)
6347 cast<LabelDecl>(LD));
8690 Decl *LD = getDerived().TransformDecl(E->getLabel()->getLocation(),
8692 if (!LD)
8696 cast<LabelDecl>(LD));