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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
14920         for (; CI != CE && SI != SE; ++CI, ++SI) {
14951         for (; SI != SE; ++SI) {
14974         if (CI == CE && SI == SE) {
15015           if (CI == CE || SI == SE) {
15028             assert(CI != CE && SI != SE);
15042         if (CurrentRegionOnly && (CI == CE || SI == SE)) {
15044             if (CI != CE || SI != SE) {
15077         if (!CurrentRegionOnly && SI != SE)
15083             (!CurrentRegionOnly && CI != CE && SI == SE);