Searched refs:isMSAsmLabel (Results 1 – 5 of 5) sorted by relevance
992 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
974 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
573 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
2203 if (L->isMSAsmLabel()) in CheckPoppedLabel()
530 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function531 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()