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) {
14926               (isa<ArraySubscriptExpr>(CI->getAssociatedExpression()) ||
14927                isa<OMPArraySectionExpr>(CI->getAssociatedExpression())) &&
14930             SemaRef.Diag(CI->getAssociatedExpression()->getExprLoc(),
14932                 << CI->getAssociatedExpression()->getSourceRange();
14940           if (CI->getAssociatedExpression()->getStmtClass() !=
14945           if (CI->getAssociatedDeclaration() != SI->getAssociatedDeclaration())
14974         if (CI == CE && SI == SE) {
14994             std::prev(CI)->getAssociatedDeclaration()->getType();
14996             std::prev(CI)->getAssociatedExpression()->getExprLoc();
15015           if (CI == CE || SI == SE) {
15024           if (CI->getAssociatedExpression()->getStmtClass() !=
15026                      CI->getAssociatedDeclaration()->getCanonicalDecl() ==
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);