forked from qt-creator/qt-creator
Use the location of the unqualified name id.
This commit is contained in:
@@ -132,6 +132,10 @@ public:
|
||||
int visibilityForObjCAccessSpecifier(int tokenKind) const;
|
||||
bool isObjCClassMethod(int tokenKind) const;
|
||||
|
||||
unsigned location(DeclaratorAST *ast) const;
|
||||
unsigned location(CoreDeclaratorAST *ast) const;
|
||||
unsigned location(NameAST *ast) const;
|
||||
|
||||
private:
|
||||
class Data;
|
||||
friend class Data;
|
||||
|
||||
Reference in New Issue
Block a user