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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8365             for (; CI != CE && SI != SE; ++CI, ++SI) {
 8365             for (; CI != CE && SI != SE; ++CI, ++SI) {
 8366               if (CI->getAssociatedExpression()->getStmtClass() !=
 8370               if (CI->getAssociatedDeclaration() !=
 8376             if (CI == CE && SI == SE)
 8380             if (CI == CE || SI == SE)
 8381               return CI == CE;
 8383             const auto *FD1 = cast<FieldDecl>(CI->getAssociatedDeclaration());