Home
last modified time | relevance | path

Searched refs:DependencyFinderASTVisitor (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DLoopConvertUtils.h114 class DependencyFinderASTVisitor
115 : public clang::RecursiveASTVisitor<DependencyFinderASTVisitor> {
117 DependencyFinderASTVisitor(const StmtParentMap *StmtParents, in DependencyFinderASTVisitor() function
160 friend class clang::RecursiveASTVisitor<DependencyFinderASTVisitor>;
DLoopConvertUtils.cpp74 bool DependencyFinderASTVisitor::VisitDeclRefExpr(DeclRefExpr *DeclRef) { in VisitDeclRefExpr()
81 bool DependencyFinderASTVisitor::VisitVarDecl(VarDecl *V) { in VisitVarDecl()
DLoopConvertCheck.cpp978 DependencyFinderASTVisitor DependencyFinder( in check()