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) {
14920         for (; CI != CE && SI != SE; ++CI, ++SI) {
14928               (isa<ArraySubscriptExpr>(SI->getAssociatedExpression()) ||
14929                isa<OMPArraySectionExpr>(SI->getAssociatedExpression()))) {
14933             SemaRef.Diag(SI->getAssociatedExpression()->getExprLoc(),
14935                 << SI->getAssociatedExpression()->getSourceRange();
14941               SI->getAssociatedExpression()->getStmtClass())
14945           if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration())
14951         for (; SI != SE; ++SI) {
14951         for (; SI != SE; ++SI) {
14954                   dyn_cast<ArraySubscriptExpr>(SI->getAssociatedExpression())) {
14957                          SI->getAssociatedExpression())) {
14964                   SemaRef, SI->getAssociatedExpression(), Type))
14974         if (CI == CE && SI == SE) {
15015           if (CI == CE || SI == SE) {
15025                          SI->getAssociatedExpression()->getStmtClass() ||
15027                          SI->getAssociatedDeclaration()->getCanonicalDecl()) {
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);