Searched refs:AsmLabel (Results 1 – 12 of 12) sorted by relevance
492 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssembler() local494 Str.get()->SwitchSection(AsmLabel); in ExecuteAssembler()
1854 Expr *AsmLabel; variable1899 AsmLabel(nullptr), TrailingRequiresClause(nullptr), in Declarator()1980 AsmLabel = nullptr; in clear()2541 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2542 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
1795 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseCXXCondition() local1796 if (AsmLabel.isInvalid()) { in ParseCXXCondition()1800 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2120 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2121 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2124 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
1919 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseAsmAttributesAfterDeclarator() local1920 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()1925 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
2076 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXCondition() local2077 if (AsmLabel.isInvalid()) { in ParseCXXCondition()2081 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2348 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2349 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2352 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
2119 ExprResult AsmLabel(ParseSimpleAsm(/*ForAsmLabel*/ true, &Loc)); in ParseAsmAttributesAfterDeclarator() local2120 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()2125 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
51 case attr::AsmLabel: return CXCursor_AsmLabelAttr; in GetCursorKind()
57 case attr::AsmLabel: in GetCursorKind()
478 def AsmLabel : InheritableAttr {
786 def AsmLabel : InheritableAttr {