Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Emit

10 // These tablegen backends emit Clang attribute processing code
641 // FIXME: Emit a proper error
766 // FIXME: Emit a proper error
1525 // Emit CreateImplicit factory methods.
1550 // Emit a CreateImplicit that takes all the arguments.
1553 // Emit a CreateImplicit that takes all the non-fake arguments.
1558 // Emit constructors.
1603 // Emit a constructor that includes all the arguments.
1607 // Emit a constructor that takes all the non-fake arguments.
1612 // Emit a constructor that takes all the non-fake, non-optional arguments.
1733 // Move the end iterator back to emit the last attribute.
2105 // We emit this here because we only generate methods for attributes that
2251 // attribute and emit the number of required arguments followed by the
2713 // string to match based on the syntax, and emit multiple string matchers
2759 StringMatcher("Name", GNU, OS).Emit();
2761 StringMatcher("Name", Declspec, OS).Emit();
2763 StringMatcher("Name", CXX11, OS).Emit();
2766 StringMatcher("Name", Keywords, OS).Emit();
2768 StringMatcher("Name", Pragma, OS).Emit();