Searched refs:AsmLabel (Results 1 – 6 of 6) sorted by relevance
499 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl() local501 Str.get()->SwitchSection(AsmLabel); in ExecuteAssemblerImpl()
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()
2061 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local2062 if (AsmLabel.isInvalid()) { in ParseCXXCondition()2066 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2426 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2427 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2430 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
2173 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local2174 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()2179 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
817 def AsmLabel : InheritableAttr {