reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
15630       PreviousRedeclTypes[PrevDRDInScope->getType().getCanonicalType()] =
15631           PrevDRDInScope->getLocation();
15632       PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope();
15632       PrevDRDInScope = PrevDRDInScope->getPrevDeclInScope();
15633     } while (PrevDRDInScope != nullptr);