Searched refs:AsmLabel (Results 1 – 6 of 6) sorted by relevance
1908 Expr *AsmLabel; variable1970 DeclarationAttrs(DeclarationAttrs), AsmLabel(nullptr), in Declarator()2059 AsmLabel = nullptr; in clear()2623 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2624 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
555 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl() local557 Str.get()->switchSection(AsmLabel); in ExecuteAssemblerImpl()
2155 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local2156 if (AsmLabel.isInvalid()) { in ParseCXXCondition()2160 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2548 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2549 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2552 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
2420 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local2421 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()2426 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
932 def AsmLabel : InheritableAttr {