Searched refs:isMSAsmLabel (Results 1 – 5 of 5) sorted by relevance
629 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
843 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
464 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
1566 if (L->isMSAsmLabel()) in CheckPoppedLabel()
386 bool isMSAsmLabel() const { return MSAsmName.size() != 0; } in isMSAsmLabel() function387 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()