Searched refs:AsmLabel (Results 1 – 6 of 6) sorted by relevance
1686 Expr *AsmLabel; variable1719 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr), in Declarator()1797 AsmLabel = nullptr; in clear()2209 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2210 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()
51 case attr::AsmLabel: return CXCursor_AsmLabelAttr; in GetCursorKind()
478 def AsmLabel : InheritableAttr {