reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1021 VisitExpr(E); 1023 Record.push_back(E->getNumAssocs()); 1024 Record.push_back(E->ResultIndex); 1025 Record.AddSourceLocation(E->getGenericLoc()); 1026 Record.AddSourceLocation(E->getDefaultLoc()); 1027 Record.AddSourceLocation(E->getRParenLoc()); 1029 Stmt **Stmts = E->getTrailingObjects<Stmt *>(); 1033 for (unsigned I = 0, N = E->getNumAssocs() + 1; I < N; ++I) 1036 TypeSourceInfo **TSIs = E->getTrailingObjects<TypeSourceInfo *>(); 1037 for (unsigned I = 0, N = E->getNumAssocs(); I < N; ++I)