Searched refs:isMSAsmLabel (Results 1 – 5 of 5) sorted by relevance
987 if (GS->getLabel()->isMSAsmLabel()) { in CheckGotoStmt()
947 if (Label->isMSAsmLabel()) { in GetOrCreateMSAsmLabel()
556 if (!TheDecl->isMSAsmLabel()) { in ActOnLabelStmt()
1915 if (L->isMSAsmLabel()) in CheckPoppedLabel()
504 bool isMSAsmLabel() const { return !MSAsmName.empty(); } in isMSAsmLabel() function505 bool isResolvedMSAsmLabel() const { return isMSAsmLabel() && MSAsmNameResolved; } in isResolvedMSAsmLabel()