Searched refs:isMSAsmLabel (Results 1 – 5 of 5) sorted by relevance
1007 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
976 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
597 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
2169 if (L->isMSAsmLabel()) in CheckPoppedLabel()
533 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function534 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()