Searched refs:AsmLabel (Results 1 – 6 of 6) sorted by relevance
1546 Expr *AsmLabel; variable1573 Attrs(ds.getAttributePool().getFactory()), AsmLabel(0), in Declarator()1650 AsmLabel = 0; in clear()2041 void setAsmLabel(Expr *E) { AsmLabel = E; } in setAsmLabel()2042 Expr *getAsmLabel() const { return AsmLabel; } in getAsmLabel()
1517 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseCXXCondition() local1518 if (AsmLabel.isInvalid()) { in ParseCXXCondition()1522 DeclaratorInfo.setAsmLabel(AsmLabel.release()); in ParseCXXCondition()
2209 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseCXXClassMemberDeclaration() local2210 if (AsmLabel.isInvalid()) in ParseCXXClassMemberDeclaration()2213 DeclaratorInfo.setAsmLabel(AsmLabel.release()); in ParseCXXClassMemberDeclaration()
1746 ExprResult AsmLabel(ParseSimpleAsm(&Loc)); in ParseAsmAttributesAfterDeclarator() local1747 if (AsmLabel.isInvalid()) { in ParseAsmAttributesAfterDeclarator()1752 D.setAsmLabel(AsmLabel.release()); in ParseAsmAttributesAfterDeclarator()
50 case attr::AsmLabel: return CXCursor_AsmLabelAttr; in GetCursorKind()
208 def AsmLabel : InheritableAttr {