Searched refs:AsmLabel (Results 1 – 7 of 7) sorted by relevance
1892 Expr *AsmLabel; variable1954 DeclarationAttrs(DeclarationAttrs), AsmLabel(nullptr), in Declarator()2042 AsmLabel = nullptr; in clear()2614 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2615 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
546 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl() local548 Str.get()->switchSection(AsmLabel); in ExecuteAssemblerImpl()
2147 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local2148 if (AsmLabel.isInvalid()) { in ParseCXXCondition()2152 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2507 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2508 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2511 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
2281 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local2282 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()2287 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
57 case attr::AsmLabel: in GetCursorKind()
873 def AsmLabel : InheritableAttr {