Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9617 class ForVarDeclFinder : public DynamicRecursiveASTVisitor { class
9622 explicit ForVarDeclFinder(llvm::SmallPtrSetImpl<const Decl *> &VD) in ForVarDeclFinder() function in ForVarDeclFinder
9675 ForVarDeclFinder FVDF{CollapsedLoopVarDecls}; in checkOpenMPLoop()