Searched refs:AsmLabel (Results 1 – 6 of 6) sorted by relevance
1610 Expr *AsmLabel; variable1637 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr), in Declarator()1714 AsmLabel = nullptr; in clear()2118 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2119 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
1700 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseCXXCondition() local1701 if (AsmLabel.isInvalid()) { in ParseCXXCondition()1705 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2059 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2060 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2063 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
1817 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseAsmAttributesAfterDeclarator() local1818 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()1823 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
51 case attr::AsmLabel: return CXCursor_AsmLabelAttr; in GetCursorKind()
428 def AsmLabel : InheritableAttr {