Searched refs:AsmLabel (Results 1 – 7 of 7) sorted by relevance
1857 Expr *AsmLabel; variable1902 AsmLabel(nullptr), TrailingRequiresClause(nullptr), in Declarator()1983 AsmLabel = nullptr; in clear()2544 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2545 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
499 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl() local501 Str.get()->SwitchSection(AsmLabel); in ExecuteAssemblerImpl()
2061 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local2062 if (AsmLabel.isInvalid()) { in ParseCXXCondition()2066 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2369 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2370 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2373 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
2166 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local2167 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()2172 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
57 case attr::AsmLabel: in GetCursorKind()
817 def AsmLabel : InheritableAttr {