Home
last modified time | relevance | path

Searched refs:ConstVars (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dconstvars.cxx123 class ConstVars : public RecursiveASTVisitor<ConstVars>, public loplugin::Plugin class
126 explicit ConstVars(loplugin::InstantiationData const& data) in ConstVars() function in __anon8b7b48310111::ConstVars
161 void ConstVars::run() in run()
182 bool ConstVars::VisitVarDecl(const VarDecl* varDecl) in VisitVarDecl()
214 bool ConstVars::VisitCXXForRangeStmt(const CXXForRangeStmt* forStmt) in VisitCXXForRangeStmt()
247 bool ConstVars::TraverseCXXMethodDecl(CXXMethodDecl* cxxMethodDecl) in TraverseCXXMethodDecl()
263 bool ConstVars::TraverseFunctionDecl(FunctionDecl* functionDecl) in TraverseFunctionDecl()
272 bool ConstVars::TraverseIfStmt(IfStmt* ifStmt) in TraverseIfStmt()
287 bool ConstVars::VisitDeclRefExpr(const DeclRefExpr* declRefExpr) in VisitDeclRefExpr()
305 void ConstVars::check(const VarDecl* varDecl, const Expr* memberExpr) in check()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dconstvars.cxx116 class ConstVars : public RecursiveASTVisitor<ConstVars>, public loplugin::Plugin class
119 explicit ConstVars(loplugin::InstantiationData const& data) in ConstVars() function in __anon038b31890111::ConstVars
154 void ConstVars::run() in run()
175 bool ConstVars::VisitVarDecl(const VarDecl* varDecl) in VisitVarDecl()
207 bool ConstVars::VisitCXXForRangeStmt(const CXXForRangeStmt* forStmt) in VisitCXXForRangeStmt()
240 bool ConstVars::TraverseCXXMethodDecl(CXXMethodDecl* cxxMethodDecl) in TraverseCXXMethodDecl()
256 bool ConstVars::TraverseFunctionDecl(FunctionDecl* functionDecl) in TraverseFunctionDecl()
265 bool ConstVars::TraverseIfStmt(IfStmt* ifStmt) in TraverseIfStmt()
280 bool ConstVars::VisitDeclRefExpr(const DeclRefExpr* declRefExpr) in VisitDeclRefExpr()
298 void ConstVars::check(const VarDecl* varDecl, const Expr* memberExpr) in check()
[all …]