data: Parsing field usage in initialization list

This commit is contained in:
Eberhard Graether
2014-07-30 13:28:35 +02:00
parent da4811c5ea
commit acfc4934c2
4 changed files with 42 additions and 3 deletions
+1
View File
@@ -47,6 +47,7 @@ public:
private:
bool hasValidLocation(const clang::Decl* declaration) const;
ParseLocation getParseLocation(const clang::SourceRange& sourceRange) const;
ParseLocation getParseLocationForNamedDecl(clang::NamedDecl* decl, const clang::SourceLocation& loc) const;
ParseLocation getParseLocationForNamedDecl(clang::NamedDecl* decl) const;
ParseLocation getParseLocationOfFunctionBody(clang::FunctionDecl* decl) const;
ParseLocation getParseLocationOfRecordBody(clang::CXXRecordDecl* decl) const;