C++: make CPlusPlus::TranslationUnit::PPLine private.

It's not used otherwise.

Change-Id: I926f5b3d5ea08a5768b61350f2d399eda702aad3
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2013-01-03 16:04:34 +01:00
parent 67af9cf9a9
commit 678bfda7d5

View File

@@ -136,7 +136,7 @@ public:
bool maybeSplitGreaterGreaterToken(unsigned tokenIndex);
public:
private:
struct PPLine {
unsigned offset;
unsigned line;
@@ -158,7 +158,6 @@ public:
{ return offset < other.offset; }
};
private:
unsigned findLineNumber(unsigned offset) const;
unsigned findColumnNumber(unsigned offset, unsigned lineNumber) const;
PPLine findPreprocessorLine(unsigned offset) const;