Home | History | Annotate | Download | only in Sema

Lines Matching defs:LD

6214   Decl *LD = getDerived().TransformDecl(S->getDecl()->getLocation(),
6216 if (!LD)
6222 cast<LabelDecl>(LD), SourceLocation(),
6444 Decl *LD = getDerived().TransformDecl(S->getLabel()->getLocation(),
6446 if (!LD)
6451 cast<LabelDecl>(LD));
8997 Decl *LD = getDerived().TransformDecl(E->getLabel()->getLocation(),
8999 if (!LD)
9003 cast<LabelDecl>(LD));