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) {
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) {
15048                   CI != CE ? CurComponents.begin() : StackComponents.begin();
15049               auto End = CI != CE ? CurComponents.end() : StackComponents.end();
15083             (!CurrentRegionOnly && CI != CE && SI == SE);