Searched defs:LoopConstructFinder (Results 1 – 1 of 1) sorted by relevance
47 struct LoopConstructFinder : RecursiveASTVisitor<LoopConstructFinder> { in findAndSetChildLoops() struct48 OpenACCComputeConstruct *Construct = nullptr; in findAndSetChildLoops()50 LoopConstructFinder(OpenACCComputeConstruct *Construct) in findAndSetChildLoops() argument53 bool TraverseOpenACCComputeConstruct(OpenACCComputeConstruct *C) { in findAndSetChildLoops()57 bool TraverseOpenACCLoopConstruct(OpenACCLoopConstruct *C) { in findAndSetChildLoops()