aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/cplusplus/FindUsages.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/cplusplus/FindUsages.h')
-rw-r--r--src/libs/cplusplus/FindUsages.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libs/cplusplus/FindUsages.h b/src/libs/cplusplus/FindUsages.h
index 2b6880a55c..3fd13a30a2 100644
--- a/src/libs/cplusplus/FindUsages.h
+++ b/src/libs/cplusplus/FindUsages.h
@@ -69,13 +69,13 @@ protected:
QString matchingLine(const Token &tk) const;
- void reportResult(unsigned tokenIndex, const Name *name, Scope *scope = 0);
- void reportResult(unsigned tokenIndex, const Identifier *id, Scope *scope = 0);
+ void reportResult(unsigned tokenIndex, const Name *name, Scope *scope = nullptr);
+ void reportResult(unsigned tokenIndex, const Identifier *id, Scope *scope = nullptr);
void reportResult(unsigned tokenIndex, const QList<LookupItem> &candidates);
void reportResult(unsigned tokenIndex);
bool checkCandidates(const QList<LookupItem> &candidates) const;
- void checkExpression(unsigned startToken, unsigned endToken, Scope *scope = 0);
+ void checkExpression(unsigned startToken, unsigned endToken, Scope *scope = nullptr);
static bool isLocalScope(Scope *scope);
@@ -90,7 +90,7 @@ protected:
void objCSelectorArgument(ObjCSelectorArgumentAST *ast);
void attribute(GnuAttributeAST *ast);
- void declarator(DeclaratorAST *ast, Scope *symbol = 0);
+ void declarator(DeclaratorAST *ast, Scope *symbol = nullptr);
void qtPropertyDeclarationItem(QtPropertyDeclarationItemAST *ast);
void qtInterfaceName(QtInterfaceNameAST *ast);
void baseSpecifier(BaseSpecifierAST *ast);