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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8322         for (; CI != CE && SI != SE; ++CI, ++SI) {
 8322         for (; CI != CE && SI != SE; ++CI, ++SI) {
 8323           if (CI->getAssociatedExpression()->getStmtClass() !=
 8327           if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration())
 8332         if (CI == CE || SI == SE) {
 8333           assert((CI != CE || SI != SE) &&
 8335           const MapData &BaseData = CI == CE ? L : L1;