Searched refs:isMSAsmLabel (Results 1 – 5 of 5) sorted by relevance
743 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
845 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
474 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
1583 if (L->isMSAsmLabel()) in CheckPoppedLabel()
389 bool isMSAsmLabel() const { return MSAsmName.size() != 0; } in isMSAsmLabel() function390 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()