Searched refs:AsmLabel (Results 1 – 6 of 6) sorted by relevance
1967 Expr *AsmLabel; variable2031 DeclarationAttrs(DeclarationAttrs), AsmLabel(nullptr), in Declarator()2120 AsmLabel = nullptr; in clear()2701 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2702 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
582 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl() local584 Str.get()->switchSection(AsmLabel); in ExecuteAssemblerImpl()
2254 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local2255 if (AsmLabel.isInvalid()) { in ParseCXXCondition()2259 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2716 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2717 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2720 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
2608 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local2609 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()2614 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
986 def AsmLabel : InheritableAttr {