Searched defs:LabelDecl (Results 1 – 7 of 7) sorted by relevance
61 class LabelDecl; variable
39 class LabelDecl; variable
294 if (auto *LabelDecl = Goto->getLabel()) in add() local298 if (auto *LabelDecl = Label->getDecl()) in add() local
123 TEST(LabelDecl, Range) { in TEST() argument
504 LabelDecl(DeclContext *DC, SourceLocation IdentL, IdentifierInfo *II, in LabelDecl() function
54 class LabelDecl; variable