Searched refs:isMSAsmLabel (Results 1 – 5 of 5) sorted by relevance
1041 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
1016 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
632 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
2187 if (L->isMSAsmLabel()) in CheckPoppedLabel()
557 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function558 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()