Home | History | Annotate | Download | only in Parse

Lines Matching refs:LateParsedDeclarations

145             getCurrentClass().LateParsedDeclarations.push_back(LA);
747 for (unsigned i = 0, ni = Class.LateParsedDeclarations.size(); i < ni; ++i){
748 Class.LateParsedDeclarations[i]->ParseLexedAttributes();