Searched refs:isMSAsmLabel (Results 1 – 5 of 5) sorted by relevance
899 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
747 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
475 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
1625 if (L->isMSAsmLabel()) in CheckPoppedLabel()
459 bool isMSAsmLabel() const { return MSAsmName.size() != 0; } in isMSAsmLabel() function460 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()