Searched refs:isMSAsmLabel (Results 1 – 5 of 5) sorted by relevance
862 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
911 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
506 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
1793 if (L->isMSAsmLabel()) in CheckPoppedLabel()
503 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function504 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()