reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
40 : First(Line.Tokens.front().Tok), Level(Line.Level), 40 : First(Line.Tokens.front().Tok), Level(Line.Level), 41 MatchingOpeningBlockLineIndex(Line.MatchingOpeningBlockLineIndex), 42 MatchingClosingBlockLineIndex(Line.MatchingClosingBlockLineIndex), 43 InPPDirective(Line.InPPDirective), 44 MustBeDeclaration(Line.MustBeDeclaration), MightBeFunctionDecl(false), 47 FirstStartColumn(Line.FirstStartColumn) { 48 assert(!Line.Tokens.empty()); 55 for (std::list<UnwrappedLineNode>::const_iterator I = ++Line.Tokens.begin(), 56 E = Line.Tokens.end();