Searched refs:AsmLabel (Results 1 – 7 of 7) sorted by relevance
520 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl() local522 Str.get()->switchSection(AsmLabel); in ExecuteAssemblerImpl()
1863 Expr *AsmLabel; variable1925 DeclarationAttrs(DeclarationAttrs), AsmLabel(nullptr), in Declarator()2013 AsmLabel = nullptr; in clear()2585 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2586 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
2096 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local2097 if (AsmLabel.isInvalid()) { in ParseCXXCondition()2101 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2418 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2419 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2422 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
2262 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local2263 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()2268 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
57 case attr::AsmLabel: in GetCursorKind()
857 def AsmLabel : InheritableAttr {