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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 7501     const Expr *AssocExpr = I->getAssociatedExpression();
 7572         EncounteredME = dyn_cast<MemberExpr>(I->getAssociatedExpression());
 7588           isFinalArraySectionExpression(I->getAssociatedExpression());
 7594           dyn_cast<OMPArraySectionExpr>(I->getAssociatedExpression());
 7599           I->getAssociatedExpression()->getType()->isAnyPointerType();
 7605                 isa<MemberExpr>(Next->getAssociatedExpression()) ||
 7606                 isa<ArraySubscriptExpr>(Next->getAssociatedExpression()) ||
 7607                 isa<OMPArraySectionExpr>(Next->getAssociatedExpression())) &&
 7611             CGF.EmitOMPSharedLValue(I->getAssociatedExpression()).getAddress();
 7618             (dyn_cast<MemberExpr>(I->getAssociatedExpression()) ==
 7631               I->getAssociatedExpression()->getType());
 7657                     CGF.EmitOMPSharedLValue(MC.getAssociatedExpression())
 7683         llvm::Value *Size = getExprTypeSize(I->getAssociatedExpression());
 7971         const Expr *IE = L.second.back().getAssociatedExpression();
 8323           if (CI->getAssociatedExpression()->getStmtClass() !=
 8324               SI->getAssociatedExpression()->getStmtClass())
 8366               if (CI->getAssociatedExpression()->getStmtClass() !=
 8367                   SI->getAssociatedExpression()->getStmtClass())
tools/clang/lib/Sema/SemaOpenMP.cpp
 1811           if (isa<DeclRefExpr>(EI->getAssociatedExpression()))
 1818           if (isa<ArraySubscriptExpr>(EI->getAssociatedExpression()) ||
 1819               isa<OMPArraySectionExpr>(EI->getAssociatedExpression()) ||
 1820               isa<MemberExpr>(EI->getAssociatedExpression())) {
 2850                                            MC.getAssociatedExpression()) ||
 2852                                            MC.getAssociatedExpression()));
 2931                         StackComponents.back().getAssociatedExpression())
 2999                   if (CCI->getAssociatedExpression()->getStmtClass() !=
 3000                       SC.getAssociatedExpression()->getStmtClass())
 3002                               SC.getAssociatedExpression()) &&
 3004                               CCI->getAssociatedExpression())))
14910         const Expr *RE = StackComponents.front().getAssociatedExpression();
14926               (isa<ArraySubscriptExpr>(CI->getAssociatedExpression()) ||
14927                isa<OMPArraySectionExpr>(CI->getAssociatedExpression())) &&
14928               (isa<ArraySubscriptExpr>(SI->getAssociatedExpression()) ||
14929                isa<OMPArraySectionExpr>(SI->getAssociatedExpression()))) {
14930             SemaRef.Diag(CI->getAssociatedExpression()->getExprLoc(),
14932                 << CI->getAssociatedExpression()->getSourceRange();
14933             SemaRef.Diag(SI->getAssociatedExpression()->getExprLoc(),
14935                 << SI->getAssociatedExpression()->getSourceRange();
14940           if (CI->getAssociatedExpression()->getStmtClass() !=
14941               SI->getAssociatedExpression()->getStmtClass())
14954                   dyn_cast<ArraySubscriptExpr>(SI->getAssociatedExpression())) {
14957                          SI->getAssociatedExpression())) {
14964                   SemaRef, SI->getAssociatedExpression(), Type))
14996             std::prev(CI)->getAssociatedExpression()->getExprLoc();
15024           if (CI->getAssociatedExpression()->getStmtClass() !=
15025                          SI->getAssociatedExpression()->getStmtClass() ||
16513               ConflictExpr = R.front().getAssociatedExpression();
tools/clang/lib/Serialization/ASTWriter.cpp
 6955     Record.AddStmt(M.getAssociatedExpression());
 7040     Record.AddStmt(M.getAssociatedExpression());
 7064     Record.AddStmt(M.getAssociatedExpression());
 7088     Record.AddStmt(M.getAssociatedExpression());
 7108     Record.AddStmt(M.getAssociatedExpression());