Home | History | Annotate | Download | only in Parse

Lines Matching defs:LateParsedDeclaration

897   class LateParsedDeclaration {
899 virtual ~LateParsedDeclaration();
907 /// Inner node of the LateParsedDeclaration tree that parses
909 class LateParsedClass : public LateParsedDeclaration {
928 /// FIXME: Perhaps we should change the name of LateParsedDeclaration to
930 struct LateParsedAttribute : public LateParsedDeclaration {
960 struct LexedMethod : public LateParsedDeclaration {
999 struct LateParsedMethodDeclaration : public LateParsedDeclaration {
1031 struct LateParsedMemberInitializer : public LateParsedDeclaration {
1053 typedef SmallVector<LateParsedDeclaration*,2> LateParsedDeclarationsContainer;