Searched refs:AsmLabel (Results 1 – 5 of 5) sorted by relevance
1633 Expr *AsmLabel; variable1666 Attrs(ds.getAttributePool().getFactory()), AsmLabel(nullptr), in Declarator()1744 AsmLabel = nullptr; in clear()2150 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2151 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
1698 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseCXXCondition() local1699 if (AsmLabel.isInvalid()) { in ParseCXXCondition()1703 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXCondition()
2060 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseCXXMemberDeclaratorBeforeInitializer() local2061 if (AsmLabel.isInvalid()) in ParseCXXMemberDeclaratorBeforeInitializer()2064 DeclaratorInfo.setAsmLabel(AsmLabel.get()); in ParseCXXMemberDeclaratorBeforeInitializer()
1888 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseAsmAttributesAfterDeclarator() local1889 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()1894 D.setAsmLabel(AsmLabel.get()); in ParseAsmAttributesAfterDeclarator()
430 def AsmLabel : InheritableAttr {