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