Searched refs:AsmLabel (Results 1 – 6 of 6) sorted by relevance
1970 Expr *AsmLabel; variable2034 DeclarationAttrs(DeclarationAttrs), AsmLabel(nullptr), in Declarator()2123 AsmLabel = nullptr; in clear()2704 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2705 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
593 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl() local595 Str->switchSection(AsmLabel); in ExecuteAssemblerImpl()
2004 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local2005 if (AsmLabel.isInvalid()) { in ParseCXXCondition()2009 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2599 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2600 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2603 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
2443 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local2444 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()2449 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
1059 def AsmLabel : InheritableAttr {