Searched refs:AsmLabel (Results 1 – 6 of 6) sorted by relevance
469 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssembler() local471 Str.get()->SwitchSection(AsmLabel); in ExecuteAssembler()
1816 Expr *AsmLabel; variable1847 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr) {} in Declarator()1927 AsmLabel = nullptr; in clear()2430 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2431 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
1831 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseCXXCondition() local1832 if (AsmLabel.isInvalid()) { in ParseCXXCondition()1836 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2292 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2293 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2296 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
2115 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseAsmAttributesAfterDeclarator() local2116 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()2121 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
700 def AsmLabel : InheritableAttr {